Color Hex Logo

#b27845 Color Hex

#B27845
(178,120,69)
0 Favorites   0 Comments

Color spaces of #b27845

RGB 17812069
HSL0.080.440.48
HSV28°61°70°
CMYK 0.000.330.61   0.30
XYZ26.150723.32768.7546
Yxy23.32760.44910.4006
Hunter Lab48.298712.123923.0622
CIE-Lab55.408217.406936.7954

#b27845 color RGB value is (178,120,69).

#b27845 hex color red value is 178, green value is 120 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b27845 hue: 0.08 , saturation: 0.44 and the lightness value of b27845 is 0.48.

The process color (four color CMYK) of #b27845 color hex is 0.00, 0.33, 0.61, 0.30. Web safe color of #b27845 is #996633. Color #b27845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 01000101
Octal 262 170 105
Decimal 178 120 69
Hex B2 78 45

RGB Percentages of Color #b27845

%48.50
%32.70
%18.80

CMYK Percentages of Color #b27845

%0
%33
%61
%30

Triadic Colors of #b27845

#b27845 #45b278 #7845b2

Analogous Colors of #b27845

#b27845 #b2af45 #b24549

Monochromatic Colors of #b27845

#b27845

Complementary Color

#b27845 #457fb2

#b27845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27845 Color CSS Codes

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

#b27845 Text Font Color

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

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


#b27845 Background Color

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

This div background color is #b27845


#b27845 Border Color

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

This div border color is #b27845


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,120,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27845; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27845;
  -webkit-box-shadow: 1px 1px 3px 2px #b27845;
  box-shadow:         1px 1px 3px 2px #b27845; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,120,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27845


Comments

No comments written yet.

Please login to write comment.