#BB3554

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

Shades of Old Rose #BB3554

Tints of Old Rose #BB3554

Color information

#BB3554 (or 0xBB3554) is unknown color: approx Old Rose. HEX triplet: BB, 35 and 54. RGB value is (187,53,84). Sum of RGB (Red+Green+Blue) = 187+53+84=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3554 is #44CAAB. Grayscale: #606060. Windows color (decimal): -4508332 or 5518779. OLE color: 5518779.

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

Color convert

RGB1875384-
CMYK00.720.550.27
HSL346.12º55.83%47.06%-
HSV(B)346.12º71.66%73.33%-
XYZ23.3713.759.81-
YUV96.6120.89192.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 84 (33.20% from 255) = 25.93%
R=57.72%
G=16.36%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187538400.720.550.27346.1255.8347.06
HexBB3554048371B15a382f
Octal27365124011067335327057
Binary1011101111010110101000100100011011111011101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3554; }

 p { color: rgb(187,53,84); }

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

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

 a { background-color: rgb(187,53,84); }

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

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

 span { border-color: rgb(187,53,84); }

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