Color Hex Logo

#b27034 Color Hex

#B27034
(178,112,52)
0 Favorites   0 Comments

Color spaces of #b27034

RGB 17811252
HSL0.080.550.45
HSV29°71°70°
CMYK 0.000.370.71   0.30
XYZ24.774121.30136.0546
Yxy21.30130.47520.4086
Hunter Lab46.153315.046624.5294
CIE-Lab53.277720.780743.1067

#b27034 color RGB value is (178,112,52).

#b27034 hex color red value is 178, green value is 112 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b27034 hue: 0.08 , saturation: 0.55 and the lightness value of b27034 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 00110100
Octal 262 160 64
Decimal 178 112 52
Hex B2 70 34

RGB Percentages of Color #b27034

%52.05
%32.75
%15.20

CMYK Percentages of Color #b27034

%0
%37
%71
%30

Triadic Colors of #b27034

#b27034 #34b270 #7034b2

Analogous Colors of #b27034

#b27034 #b2af34 #b23437

Monochromatic Colors of #b27034

#b27034

Complementary Color

#b27034 #3476b2

#b27034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27034 Color CSS Codes

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

#b27034 Text Font Color

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

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


#b27034 Background Color

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

This div background color is #b27034


#b27034 Border Color

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

This div border color is #b27034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27034


Comments

No comments written yet.

Please login to write comment.