Color Hex Logo

#b48a5a Color Hex

#B48A5A
(180,138,90)
0 Favorites   0 Comments

Color spaces of #b48a5a

RGB 18013890
HSL0.090.380.53
HSV32°50°71°
CMYK 0.000.230.50   0.29
XYZ29.756328.618413.6284
Yxy28.61840.41330.3975
Hunter Lab53.49625.669222.3429
CIE-Lab60.443410.010931.7548

#b48a5a color RGB value is (180,138,90).

#b48a5a hex color red value is 180, green value is 138 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b48a5a hue: 0.09 , saturation: 0.38 and the lightness value of b48a5a is 0.53.

The process color (four color CMYK) of #b48a5a color hex is 0.00, 0.23, 0.50, 0.29. Web safe color of #b48a5a is #cc9966. Color #b48a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001010 01011010
Octal 264 212 132
Decimal 180 138 90
Hex B4 8A 5A

RGB Percentages of Color #b48a5a

%44.12
%33.82
%22.06

CMYK Percentages of Color #b48a5a

%0
%23
%50
%29

Triadic Colors of #b48a5a

#b48a5a #5ab48a #8a5ab4

Analogous Colors of #b48a5a

#b48a5a #b1b45a #b45d5a

Monochromatic Colors of #b48a5a

#b48a5a

Complementary Color

#b48a5a #5a84b4

#b48a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48a5a Color CSS Codes

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

#b48a5a Text Font Color

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

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


#b48a5a Background Color

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

This div background color is #b48a5a


#b48a5a Border Color

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

This div border color is #b48a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48a5a


Comments

No comments written yet.

Please login to write comment.