Color Hex Logo

#b48430 Color Hex

#B48430
(180,132,48)
0 Favorites   0 Comments

Color spaces of #b48430

RGB 18013248
HSL0.110.580.45
HSV38°73°71°
CMYK 0.000.270.73   0.29
XYZ27.607226.41926.4407
Yxy26.41920.45660.4369
Hunter Lab51.39965.924728.5503
CIE-Lab58.432810.298450.4055

#b48430 color RGB value is (180,132,48).

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

The process color (four color CMYK) of #b48430 color hex is 0.00, 0.27, 0.73, 0.29. Web safe color of #b48430 is #cc9933. Color #b48430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000100 00110000
Octal 264 204 60
Decimal 180 132 48
Hex B4 84 30

RGB Percentages of Color #b48430

%50.00
%36.67
%13.33

CMYK Percentages of Color #b48430

%0
%27
%73
%29

Triadic Colors of #b48430

#b48430 #30b484 #8430b4

Analogous Colors of #b48430

#b48430 #a2b430 #b44230

Monochromatic Colors of #b48430

#b48430

Complementary Color

#b48430 #3060b4

#b48430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48430 Color CSS Codes

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

#b48430 Text Font Color

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

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


#b48430 Background Color

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

This div background color is #b48430


#b48430 Border Color

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

This div border color is #b48430


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,132,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48430


Comments

No comments written yet.

Please login to write comment.