Color Hex Logo

#b9485a Color Hex

#B9485A
(185,72,90)
0 Favorites   0 Comments

Color spaces of #b9485a

RGB 1857290
HSL0.970.450.50
HSV350°61°73°
CMYK 0.000.610.51   0.27
XYZ24.170415.687211.4269
Yxy15.68720.47130.3059
Hunter Lab39.607139.618110.6194
CIE-Lab46.561447.114513.5266

#b9485a color RGB value is (185,72,90).

#b9485a hex color red value is 185, green value is 72 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b9485a hue: 0.97 , saturation: 0.45 and the lightness value of b9485a is 0.50.

The process color (four color CMYK) of #b9485a color hex is 0.00, 0.61, 0.51, 0.27. Web safe color of #b9485a is #cc3366. Color #b9485a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 01011010
Octal 271 110 132
Decimal 185 72 90
Hex B9 48 5A

RGB Percentages of Color #b9485a

%53.31
%20.75
%25.94

CMYK Percentages of Color #b9485a

%0
%61
%51
%27

Triadic Colors of #b9485a

#b9485a #5ab948 #485ab9

Analogous Colors of #b9485a

#b9485a #b96f48 #b94893

Monochromatic Colors of #b9485a

#b9485a

Complementary Color

#b9485a #48b9a7

#b9485a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9485a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9485a Color CSS Codes

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

#b9485a Text Font Color

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

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


#b9485a Background Color

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

This div background color is #b9485a


#b9485a Border Color

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

This div border color is #b9485a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9485a


Comments

No comments written yet.

Please login to write comment.