Color Hex Logo

#be971a Color Hex

#BE971A
(190,151,26)
0 Favorites   0 Comments

Color spaces of #be971a

RGB 19015126
HSL0.130.760.42
HSV46°86°75°
CMYK 0.000.210.86   0.25
XYZ32.488333.15495.6645
Yxy33.15490.45560.4650
Hunter Lab57.5803-0.051234.4735
CIE-Lab64.28613.534963.7628

#be971a color RGB value is (190,151,26).

#be971a hex color red value is 190, green value is 151 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #be971a hue: 0.13 , saturation: 0.76 and the lightness value of be971a is 0.42.

The process color (four color CMYK) of #be971a color hex is 0.00, 0.21, 0.86, 0.25. Web safe color of #be971a is #cc9933. Color #be971a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010111 00011010
Octal 276 227 32
Decimal 190 151 26
Hex BE 97 1A

RGB Percentages of Color #be971a

%51.77
%41.14
%7.08

CMYK Percentages of Color #be971a

%0
%21
%86
%25

Triadic Colors of #be971a

#be971a #1abe97 #971abe

Analogous Colors of #be971a

#be971a #93be1a #be451a

Monochromatic Colors of #be971a

#be971a

Complementary Color

#be971a #1a41be

#be971a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be971a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be971a Color CSS Codes

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

#be971a Text Font Color

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

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


#be971a Background Color

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

This div background color is #be971a


#be971a Border Color

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

This div border color is #be971a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be971a


Comments

No comments written yet.

Please login to write comment.