Color Hex Logo

#b27874 Color Hex

#B27874
(178,120,116)
0 Favorites   0 Comments

Color spaces of #b27874

RGB 178120116
HSL0.010.290.58
HSV35°70°
CMYK 0.000.330.35   0.30
XYZ28.229024.158919.6983
Yxy24.15890.39160.3351
Hunter Lab49.151716.501310.6448
CIE-Lab56.246522.189711.4482

#b27874 color RGB value is (178,120,116).

#b27874 hex color red value is 178, green value is 120 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b27874 hue: 0.01 , saturation: 0.29 and the lightness value of b27874 is 0.58.

The process color (four color CMYK) of #b27874 color hex is 0.00, 0.33, 0.35, 0.30. Web safe color of #b27874 is #996666. Color #b27874 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 01110100
Octal 262 170 164
Decimal 178 120 116
Hex B2 78 74

RGB Percentages of Color #b27874

%43.00
%28.99
%28.02

CMYK Percentages of Color #b27874

%0
%33
%35
%30

Triadic Colors of #b27874

#b27874 #74b278 #7874b2

Analogous Colors of #b27874

#b27874 #b29774 #b2748f

Monochromatic Colors of #b27874

#b27874

Complementary Color

#b27874 #74aeb2

#b27874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27874 Color CSS Codes

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

#b27874 Text Font Color

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

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


#b27874 Background Color

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

This div background color is #b27874


#b27874 Border Color

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

This div border color is #b27874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27874


Comments

No comments written yet.

Please login to write comment.