Color Hex Logo

#b27c1c Color Hex

#B27C1C
(178,124,28)
0 Favorites   0 Comments

Color spaces of #b27c1c

RGB 17812428
HSL0.110.730.40
HSV38°84°70°
CMYK 0.000.300.84   0.30
XYZ25.777323.96414.3655
Yxy23.96410.47640.4429
Hunter Lab48.95318.324928.9799
CIE-Lab56.051813.077355.7750

#b27c1c color RGB value is (178,124,28).

#b27c1c hex color red value is 178, green value is 124 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b27c1c hue: 0.11 , saturation: 0.73 and the lightness value of b27c1c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 00011100
Octal 262 174 34
Decimal 178 124 28
Hex B2 7C 1C

RGB Percentages of Color #b27c1c

%53.94
%37.58
%8.48

CMYK Percentages of Color #b27c1c

%0
%30
%84
%30

Triadic Colors of #b27c1c

#b27c1c #1cb27c #7c1cb2

Analogous Colors of #b27c1c

#b27c1c #9db21c #b2311c

Monochromatic Colors of #b27c1c

#b27c1c

Complementary Color

#b27c1c #1c52b2

#b27c1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27c1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27c1c Color CSS Codes

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

#b27c1c Text Font Color

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

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


#b27c1c Background Color

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

This div background color is #b27c1c


#b27c1c Border Color

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

This div border color is #b27c1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27c1c


Comments

No comments written yet.

Please login to write comment.