Color Hex Logo

#be8448 Color Hex

#BE8448
(190,132,72)
0 Favorites   0 Comments

Color spaces of #be8448

RGB 19013272
HSL0.080.480.51
HSV31°62°75°
CMYK 0.000.310.62   0.25
XYZ30.656227.91769.9038
Yxy27.91760.44770.4077
Hunter Lab52.837111.101125.8726
CIE-Lab59.814216.111340.7691

#be8448 color RGB value is (190,132,72).

#be8448 hex color red value is 190, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #be8448 hue: 0.08 , saturation: 0.48 and the lightness value of be8448 is 0.51.

The process color (four color CMYK) of #be8448 color hex is 0.00, 0.31, 0.62, 0.25. Web safe color of #be8448 is #cc9933. Color #be8448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000100 01001000
Octal 276 204 110
Decimal 190 132 72
Hex BE 84 48

RGB Percentages of Color #be8448

%48.22
%33.50
%18.27

CMYK Percentages of Color #be8448

%0
%31
%62
%25

Triadic Colors of #be8448

#be8448 #48be84 #8448be

Analogous Colors of #be8448

#be8448 #bdbe48 #be4948

Monochromatic Colors of #be8448

#be8448

Complementary Color

#be8448 #4882be

#be8448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be8448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be8448 Color CSS Codes

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

#be8448 Text Font Color

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

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


#be8448 Background Color

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

This div background color is #be8448


#be8448 Border Color

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

This div border color is #be8448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be8448


Comments

No comments written yet.

Please login to write comment.