Color Hex Logo

#be913b Color Hex

#BE913B
(190,145,59)
0 Favorites   0 Comments

Color spaces of #be913b

RGB 19014559
HSL0.110.530.49
HSV39°69°75°
CMYK 0.000.240.69   0.25
XYZ32.150031.51378.5259
Yxy31.51370.44540.4365
Hunter Lab56.13713.988130.2912
CIE-Lab62.93898.124250.5378

#be913b color RGB value is (190,145,59).

#be913b hex color red value is 190, green value is 145 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #be913b hue: 0.11 , saturation: 0.53 and the lightness value of be913b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010001 00111011
Octal 276 221 73
Decimal 190 145 59
Hex BE 91 3B

RGB Percentages of Color #be913b

%48.22
%36.80
%14.97

CMYK Percentages of Color #be913b

%0
%24
%69
%25

Triadic Colors of #be913b

#be913b #3bbe91 #913bbe

Analogous Colors of #be913b

#be913b #aabe3b #be503b

Monochromatic Colors of #be913b

#be913b

Complementary Color

#be913b #3b68be

#be913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be913b Color CSS Codes

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

#be913b Text Font Color

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

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


#be913b Background Color

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

This div background color is #be913b


#be913b Border Color

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

This div border color is #be913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be913b


Comments

No comments written yet.

Please login to write comment.