Color Hex Logo

#be914b Color Hex

#BE914B
(190,145,75)
0 Favorites   0 Comments

Color spaces of #be914b

RGB 19014575
HSL0.100.470.52
HSV37°61°75°
CMYK 0.000.240.61   0.25
XYZ32.630631.705911.0567
Yxy31.70590.43280.4205
Hunter Lab56.30804.902127.7733
CIE-Lab63.09919.161243.0698

#be914b color RGB value is (190,145,75).

#be914b hex color red value is 190, green value is 145 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #be914b hue: 0.10 , saturation: 0.47 and the lightness value of be914b is 0.52.

The process color (four color CMYK) of #be914b color hex is 0.00, 0.24, 0.61, 0.25. Web safe color of #be914b is #cc9933. Color #be914b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 01001011
Octal 276 221 113
Decimal 190 145 75
Hex BE 91 4B

RGB Percentages of Color #be914b

%46.34
%35.37
%18.29

CMYK Percentages of Color #be914b

%0
%24
%61
%25

Triadic Colors of #be914b

#be914b #4bbe91 #914bbe

Analogous Colors of #be914b

#be914b #b2be4b #be584b

Monochromatic Colors of #be914b

#be914b

Complementary Color

#be914b #4b78be

#be914b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be914b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be914b Color CSS Codes

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

#be914b Text Font Color

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

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


#be914b Background Color

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

This div background color is #be914b


#be914b Border Color

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

This div border color is #be914b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be914b


Comments

No comments written yet.

Please login to write comment.