Color Hex Logo

#beb561 Color Hex

#BEB561
(190,181,97)
0 Favorites   0 Comments

Color spaces of #beb561

RGB 19018197
HSL0.150.420.56
HSV54°49°75°
CMYK 0.000.050.49   0.25
XYZ39.916744.858017.8639
Yxy44.85800.38890.4370
Hunter Lab66.9761-10.825031.0694
CIE-Lab72.7983-8.317243.6120

#beb561 color RGB value is (190,181,97).

#beb561 hex color red value is 190, green value is 181 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #beb561 hue: 0.15 , saturation: 0.42 and the lightness value of beb561 is 0.56.

The process color (four color CMYK) of #beb561 color hex is 0.00, 0.05, 0.49, 0.25. Web safe color of #beb561 is #cccc66. Color #beb561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 01100001
Octal 276 265 141
Decimal 190 181 97
Hex BE B5 61

RGB Percentages of Color #beb561

%40.60
%38.68
%20.73

CMYK Percentages of Color #beb561

%0
%5
%49
%25

Triadic Colors of #beb561

#beb561 #61beb5 #b561be

Analogous Colors of #beb561

#beb561 #99be61 #be8761

Monochromatic Colors of #beb561

#beb561

Complementary Color

#beb561 #616abe

#beb561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb561 Color CSS Codes

.mybgcolor {background-color:#beb561; } 
.myforecolor {color:#beb561; }
.mybordercolor {border:3px solid #beb561; }

#beb561 Text Font Color

<p style="color:#beb561">Text here</p>

This sample text font color is #beb561
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#beb561 Background Color

<div style="background-color:#beb561">
Div content here</div>

This div background color is #beb561


#beb561 Border Color

<div style="border:3px solid #beb561">
Div here</div>

This div border color is #beb561


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,181,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #beb561; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #beb561;
  -webkit-box-shadow: 1px 1px 3px 2px #beb561;
  box-shadow:         1px 1px 3px 2px #beb561; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,181,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #beb561">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #beb561;
  -webkit-box-shadow: 1px 1px 3px 2px #beb561;
  box-shadow:         1px 1px 3px 2px #beb561;">
Div content here</div>

This div box has shadow with color #beb561


Comments

No comments written yet.

Please login to write comment.