Color Hex Logo

#be610a Color Hex

#BE610A
(190,97,10)
0 Favorites   0 Comments

Color spaces of #be610a

RGB 1909710
HSL0.080.900.39
HSV29°95°75°
CMYK 0.000.490.95   0.25
XYZ25.564719.51852.7072
Yxy19.51850.53490.4084
Hunter Lab44.179725.974827.2927
CIE-Lab51.288432.717257.6408

#be610a color RGB value is (190,97,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 00001010
Octal 276 141 12
Decimal 190 97 10
Hex BE 61 A

RGB Percentages of Color #be610a

%63.97
%32.66
%3.37

CMYK Percentages of Color #be610a

%0
%49
%95
%25

Triadic Colors of #be610a

#be610a #0abe61 #610abe

Analogous Colors of #be610a

#be610a #bebb0a #be0a0d

Monochromatic Colors of #be610a

#be610a

Complementary Color

#be610a #0a67be

#be610a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be610a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be610a Color CSS Codes

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

#be610a Text Font Color

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

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


#be610a Background Color

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

This div background color is #be610a


#be610a Border Color

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

This div border color is #be610a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,97,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 #be610a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be610a


Comments

No comments written yet.

Please login to write comment.