Color Hex Logo

#b48530 Color Hex

#B48530
(180,133,48)
0 Favorites   0 Comments

Color spaces of #b48530

RGB 18013348
HSL0.110.580.45
HSV39°73°71°
CMYK 0.000.260.73   0.29
XYZ27.743426.69186.4861
Yxy26.69180.45540.4381
Hunter Lab51.66415.441528.7214
CIE-Lab58.68809.742450.6627

#b48530 color RGB value is (180,133,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000101 00110000
Octal 264 205 60
Decimal 180 133 48
Hex B4 85 30

RGB Percentages of Color #b48530

%49.86
%36.84
%13.30

CMYK Percentages of Color #b48530

%0
%26
%73
%29

Triadic Colors of #b48530

#b48530 #30b485 #8530b4

Analogous Colors of #b48530

#b48530 #a1b430 #b44330

Monochromatic Colors of #b48530

#b48530

Complementary Color

#b48530 #305fb4

#b48530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48530 Color CSS Codes

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

#b48530 Text Font Color

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

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


#b48530 Background Color

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

This div background color is #b48530


#b48530 Border Color

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

This div border color is #b48530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48530


Comments

No comments written yet.

Please login to write comment.