Color Hex Logo

#bb474c Color Hex

#BB474C
(187,71,76)
0 Favorites   0 Comments

Color spaces of #bb474c

RGB 1877176
HSL0.990.460.51
HSV357°62°73°
CMYK 0.000.620.59   0.27
XYZ24.051315.59318.5796
Yxy15.59310.49870.3233
Hunter Lab39.488139.616114.7597
CIE-Lab46.436147.133621.9053

#bb474c color RGB value is (187,71,76).

#bb474c hex color red value is 187, green value is 71 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb474c hue: 0.99 , saturation: 0.46 and the lightness value of bb474c is 0.51.

The process color (four color CMYK) of #bb474c color hex is 0.00, 0.62, 0.59, 0.27. Web safe color of #bb474c is #cc3333. Color #bb474c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000111 01001100
Octal 273 107 114
Decimal 187 71 76
Hex BB 47 4C

RGB Percentages of Color #bb474c

%55.99
%21.26
%22.75

CMYK Percentages of Color #bb474c

%0
%62
%59
%27

Triadic Colors of #bb474c

#bb474c #4cbb47 #474cbb

Analogous Colors of #bb474c

#bb474c #bb7c47 #bb4786

Monochromatic Colors of #bb474c

#bb474c

Complementary Color

#bb474c #47bbb6

#bb474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb474c Color CSS Codes

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

#bb474c Text Font Color

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

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


#bb474c Background Color

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

This div background color is #bb474c


#bb474c Border Color

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

This div border color is #bb474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb474c


Comments

No comments written yet.

Please login to write comment.