Color Hex Logo

#b34832 Color Hex

#B34832
(179,72,50)
0 Favorites   0 Comments

Color spaces of #b34832

RGB 1797250
HSL0.030.560.45
HSV10°72°70°
CMYK 0.000.600.72   0.30
XYZ21.483514.44874.6742
Yxy14.44870.52910.3558
Hunter Lab38.011434.365519.3172
CIE-Lab44.869742.204334.9185

#b34832 color RGB value is (179,72,50).

#b34832 hex color red value is 179, green value is 72 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b34832 hue: 0.03 , saturation: 0.56 and the lightness value of b34832 is 0.45.

The process color (four color CMYK) of #b34832 color hex is 0.00, 0.60, 0.72, 0.30. Web safe color of #b34832 is #cc3333. Color #b34832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 00110010
Octal 263 110 62
Decimal 179 72 50
Hex B3 48 32

RGB Percentages of Color #b34832

%59.47
%23.92
%16.61

CMYK Percentages of Color #b34832

%0
%60
%72
%30

Triadic Colors of #b34832

#b34832 #32b348 #4832b3

Analogous Colors of #b34832

#b34832 #b38932 #b3325c

Monochromatic Colors of #b34832

#b34832

Complementary Color

#b34832 #329db3

#b34832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34832 Color CSS Codes

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

#b34832 Text Font Color

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

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


#b34832 Background Color

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

This div background color is #b34832


#b34832 Border Color

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

This div border color is #b34832


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,72,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b34832; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b34832;
  -webkit-box-shadow: 1px 1px 3px 2px #b34832;
  box-shadow:         1px 1px 3px 2px #b34832; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,72,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34832


Comments

No comments written yet.

Please login to write comment.