Color Hex Logo

#b28432 Color Hex

#B28432
(178,132,50)
0 Favorites   0 Comments

Color spaces of #b28432

RGB 17813250
HSL0.110.560.45
HSV38°72°70°
CMYK 0.000.260.72   0.30
XYZ27.187126.19786.6414
Yxy26.19780.45290.4364
Hunter Lab51.18385.241528.1354
CIE-Lab58.22439.508949.2449

#b28432 color RGB value is (178,132,50).

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

The process color (four color CMYK) of #b28432 color hex is 0.00, 0.26, 0.72, 0.30. Web safe color of #b28432 is #999933. Color #b28432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000100 00110010
Octal 262 204 62
Decimal 178 132 50
Hex B2 84 32

RGB Percentages of Color #b28432

%49.44
%36.67
%13.89

CMYK Percentages of Color #b28432

%0
%26
%72
%30

Triadic Colors of #b28432

#b28432 #32b284 #8432b2

Analogous Colors of #b28432

#b28432 #a0b232 #b24432

Monochromatic Colors of #b28432

#b28432

Complementary Color

#b28432 #3260b2

#b28432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28432 Color CSS Codes

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

#b28432 Text Font Color

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

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


#b28432 Background Color

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

This div background color is #b28432


#b28432 Border Color

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

This div border color is #b28432


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,132,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 #b28432">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28432


Comments

No comments written yet.

Please login to write comment.