#bb404e

Color #BB404E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BB404E

Tints of Old Rose #BB404E

Color information

#BB404E (or 0xBB404E) is unknown color: approx Old Rose. HEX triplet: BB, 40 and 4E. RGB value is (187,64,78). Sum of RGB (Red+Green+Blue) = 187+64+78=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB404E is #44BFB1. Grayscale: #666666. Windows color (decimal): -4505522 or 5128379. OLE color: 5128379.

HSL color Cylindrical-coordinate representation of color #BB404E: hue angle of 353.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB404E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1876478-
CMYK00.660.580.27
HSL353.17º49%49.22%-
HSV(B)353.17º65.78%73.33%-
XYZ23.714.788.81-
YUV102.37114.25188.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=56.84%
G=19.45%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187647800.660.580.27353.174949.22
HexBB404E0423A1B1613131
Octal273100116010272335416161
Binary10111011100000010011100100001011101011011101100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb404e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb404e; }

 p { color: rgb(187,64,78); }

 H1.HeaderClassName
 {
   color: #bb404e;
 }
 .AnyTagClassName
 {
   color: #bb404e;
 }
</style>
background-color css

<style>
 a { background-color: #bb404e; }

 a { background-color: rgb(187,64,78); }

 div.DivClassName
 {
   background-color: #bb404e;
 }
 .BgClassName
 {
   background-color: #bb404e;
 }
</style>
border-color css

<style>
 span { border-color: #bb404e; }

 span { border-color: rgb(187,64,78); }

 td.TdClassName
 {
   border-color: #bb404e;
 }
 .TagClassName
 {
   border-color: #bb404e;
 }
</style>