Color Hex Logo

#b9615f Color Hex

#B9615F
(185,97,95)
1 Favorites   0 Comments

Color spaces of #b9615f

RGB 1859795
HSL0.000.390.55
HSV49°73°
CMYK 0.000.480.49   0.27
XYZ26.347819.689913.2383
Yxy19.68990.44450.3322
Hunter Lab44.373328.335713.3728
CIE-Lab51.484835.133117.2728

#b9615f color RGB value is (185,97,95).

#b9615f hex color red value is 185, green value is 97 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b9615f hue: 0.00 , saturation: 0.39 and the lightness value of b9615f is 0.55.

The process color (four color CMYK) of #b9615f color hex is 0.00, 0.48, 0.49, 0.27. Web safe color of #b9615f is #cc6666. Color #b9615f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100001 01011111
Octal 271 141 137
Decimal 185 97 95
Hex B9 61 5F

RGB Percentages of Color #b9615f

%49.07
%25.73
%25.20

CMYK Percentages of Color #b9615f

%0
%48
%49
%27

Triadic Colors of #b9615f

#b9615f #5fb961 #615fb9

Analogous Colors of #b9615f

#b9615f #b98e5f #b95f8a

Monochromatic Colors of #b9615f

#b9615f

Complementary Color

#b9615f #5fb7b9

#b9615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9615f Color CSS Codes

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

#b9615f Text Font Color

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

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


#b9615f Background Color

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

This div background color is #b9615f


#b9615f Border Color

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

This div border color is #b9615f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,97,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9615f


Comments

No comments written yet.

Please login to write comment.