Color Hex Logo

#b27764 Color Hex

#B27764
(178,119,100)
0 Favorites   0 Comments

Color spaces of #b27764

RGB 178119100
HSL0.040.340.55
HSV15°44°70°
CMYK 0.000.330.44   0.30
XYZ27.257223.578715.1711
Yxy23.57870.41290.3572
Hunter Lab48.557915.221815.4664
CIE-Lab55.663520.829919.8728

#b27764 color RGB value is (178,119,100).

#b27764 hex color red value is 178, green value is 119 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b27764 hue: 0.04 , saturation: 0.34 and the lightness value of b27764 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 01100100
Octal 262 167 144
Decimal 178 119 100
Hex B2 77 64

RGB Percentages of Color #b27764

%44.84
%29.97
%25.19

CMYK Percentages of Color #b27764

%0
%33
%44
%30

Triadic Colors of #b27764

#b27764 #64b277 #7764b2

Analogous Colors of #b27764

#b27764 #b29e64 #b26478

Monochromatic Colors of #b27764

#b27764

Complementary Color

#b27764 #649fb2

#b27764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27764 Color CSS Codes

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

#b27764 Text Font Color

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

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


#b27764 Background Color

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

This div background color is #b27764


#b27764 Border Color

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

This div border color is #b27764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27764


Comments

No comments written yet.

Please login to write comment.