Color Hex Logo

#be8505 Color Hex

#BE8505
(190,133,5)
0 Favorites   0 Comments

Color spaces of #be8505

RGB 1901335
HSL0.120.950.38
HSV42°97°75°
CMYK 0.000.300.97   0.25
XYZ29.650127.73323.9339
Yxy27.73320.48360.4523
Hunter Lab52.66238.340632.4346
CIE-Lab59.646913.039464.3080

#be8505 color RGB value is (190,133,5).

#be8505 hex color red value is 190, green value is 133 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #be8505 hue: 0.12 , saturation: 0.95 and the lightness value of be8505 is 0.38.

The process color (four color CMYK) of #be8505 color hex is 0.00, 0.30, 0.97, 0.25. Web safe color of #be8505 is #cc9900. Color #be8505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 00000101
Octal 276 205 5
Decimal 190 133 5
Hex BE 85 5

RGB Percentages of Color #be8505

%57.93
%40.55
%1.52

CMYK Percentages of Color #be8505

%0
%30
%97
%25

Triadic Colors of #be8505

#be8505 #05be85 #8505be

Analogous Colors of #be8505

#be8505 #9bbe05 #be2905

Monochromatic Colors of #be8505

#be8505

Complementary Color

#be8505 #053ebe

#be8505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8505 Color CSS Codes

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

#be8505 Text Font Color

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

This sample text font color is #be8505
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.


#be8505 Background Color

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

This div background color is #be8505


#be8505 Border Color

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

This div border color is #be8505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8505


Comments

No comments written yet.

Please login to write comment.