#BB3F4C

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

Shades of Old Rose #BB3F4C

Tints of Old Rose #BB3F4C

Color information

#BB3F4C (or 0xBB3F4C) is unknown color: approx Old Rose. HEX triplet: BB, 3F and 4C. RGB value is (187,63,76). Sum of RGB (Red+Green+Blue) = 187+63+76=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3F4C is #44C0B3. Grayscale: #656565. Windows color (decimal): -4505780 or 4997051. OLE color: 4997051.

HSL color Cylindrical-coordinate representation of color #BB3F4C: hue angle of 353.71º degrees, saturation: 0.5, 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 #BB3F4C is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1876376-
CMYK00.660.590.27
HSL353.71º49.6%49.02%-
HSV(B)353.71º66.31%73.33%-
XYZ23.5814.648.42-
YUV101.56113.58188.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=57.36%
G=19.33%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187637600.660.590.27353.7149.649.02
HexBB3F4C0423B1B1623231
Octal27377114010273335426261
Binary1011101111111110011000100001011101111011101100010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F4C; }

 p { color: rgb(187,63,76); }

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

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

 a { background-color: rgb(187,63,76); }

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

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

 span { border-color: rgb(187,63,76); }

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