Color Hex Logo

#bb615f Color Hex

#BB615F
(187,97,95)
0 Favorites   0 Comments

Color spaces of #bb615f

RGB 1879795
HSL0.000.400.55
HSV49°73°
CMYK 0.000.480.49   0.27
XYZ26.833819.940413.2611
Yxy19.94040.44700.3321
Hunter Lab44.654729.118213.6509
CIE-Lab51.769835.897117.7073

#bb615f color RGB value is (187,97,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 01011111
Octal 273 141 137
Decimal 187 97 95
Hex BB 61 5F

RGB Percentages of Color #bb615f

%49.34
%25.59
%25.07

CMYK Percentages of Color #bb615f

%0
%48
%49
%27

Triadic Colors of #bb615f

#bb615f #5fbb61 #615fbb

Analogous Colors of #bb615f

#bb615f #bb8f5f #bb5f8b

Monochromatic Colors of #bb615f

#bb615f

Complementary Color

#bb615f #5fb9bb

#bb615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb615f Color CSS Codes

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

#bb615f Text Font Color

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

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


#bb615f Background Color

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

This div background color is #bb615f


#bb615f Border Color

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

This div border color is #bb615f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb615f


Comments

No comments written yet.

Please login to write comment.