Color Hex Logo

#bb615e Color Hex

#BB615E
(187,97,94)
0 Favorites   0 Comments

Color spaces of #bb615e

RGB 1879794
HSL0.010.410.55
HSV50°73°
CMYK 0.000.480.50   0.27
XYZ26.788619.922313.0232
Yxy19.92230.44850.3335
Hunter Lab44.634429.021613.9447
CIE-Lab51.749235.801218.2683

#bb615e color RGB value is (187,97,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 01011110
Octal 273 141 136
Decimal 187 97 94
Hex BB 61 5E

RGB Percentages of Color #bb615e

%49.47
%25.66
%24.87

CMYK Percentages of Color #bb615e

%0
%48
%50
%27

Triadic Colors of #bb615e

#bb615e #5ebb61 #615ebb

Analogous Colors of #bb615e

#bb615e #bb905e #bb5e8a

Monochromatic Colors of #bb615e

#bb615e

Complementary Color

#bb615e #5eb8bb

#bb615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb615e Color CSS Codes

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

#bb615e Text Font Color

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

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


#bb615e Background Color

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

This div background color is #bb615e


#bb615e Border Color

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

This div border color is #bb615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb615e


Comments

No comments written yet.

Please login to write comment.