Color Hex Logo

#be550a Color Hex

#BE550A
(190,85,10)
0 Favorites   0 Comments

Color spaces of #be550a

RGB 1908510
HSL0.070.900.39
HSV25°95°75°
CMYK 0.000.550.95   0.25
XYZ24.538517.46612.3651
Yxy17.46610.55300.3936
Hunter Lab41.792531.669725.8994
CIE-Lab48.842038.884155.9933

#be550a color RGB value is (190,85,10).

#be550a hex color red value is 190, green value is 85 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #be550a hue: 0.07 , saturation: 0.90 and the lightness value of be550a is 0.39.

The process color (four color CMYK) of #be550a color hex is 0.00, 0.55, 0.95, 0.25. Web safe color of #be550a is #cc6600. Color #be550a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010101 00001010
Octal 276 125 12
Decimal 190 85 10
Hex BE 55 A

RGB Percentages of Color #be550a

%66.67
%29.82
%3.51

CMYK Percentages of Color #be550a

%0
%55
%95
%25

Triadic Colors of #be550a

#be550a #0abe55 #550abe

Analogous Colors of #be550a

#be550a #beaf0a #be0a19

Monochromatic Colors of #be550a

#be550a

Complementary Color

#be550a #0a73be

#be550a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be550a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be550a Color CSS Codes

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

#be550a Text Font Color

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

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


#be550a Background Color

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

This div background color is #be550a


#be550a Border Color

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

This div border color is #be550a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be550a


Comments

No comments written yet.

Please login to write comment.