#BB334C

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

Shades of Old Rose #BB334C

Tints of Old Rose #BB334C

Color information

#BB334C (or 0xBB334C) is unknown color: approx Old Rose. HEX triplet: BB, 33 and 4C. RGB value is (187,51,76). Sum of RGB (Red+Green+Blue) = 187+51+76=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB334C is #44CCB3. Grayscale: #5E5E5E. Windows color (decimal): -4508852 or 4993979. OLE color: 4993979.

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

Color convert

RGB1875176-
CMYK00.730.590.27
HSL348.97º57.14%46.67%-
HSV(B)348.97º72.73%73.33%-
XYZ22.9813.458.22-
YUV94.51117.56193.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.55%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=59.55%
G=16.24%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187517600.730.590.27348.9757.1446.67
HexBB334C0493B1B15d392f
Octal27363114011173335357157
Binary1011101111001110011000100100111101111011101011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB334C; }

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

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

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

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

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

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

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

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