#BB2354

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

Shades of Old Rose #BB2354

Tints of Old Rose #BB2354

Color information

#BB2354 (or 0xBB2354) is unknown color: approx Old Rose. HEX triplet: BB, 23 and 54. RGB value is (187,35,84). Sum of RGB (Red+Green+Blue) = 187+35+84=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2354 is #44DCAB. Grayscale: #555555. Windows color (decimal): -4512940 or 5514171. OLE color: 5514171.

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

Color convert

RGB1873584-
CMYK00.810.550.27
HSL340.66º68.47%43.53%-
HSV(B)340.66º81.28%73.33%-
XYZ22.6912.419.59-
YUV86.03126.86200.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 35 (14.06% from 255) = 11.44%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=61.11%
G=11.44%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187358400.810.550.27340.6668.4743.53
HexBB2354051371B155442c
Octal273431240121673352510454
Binary10111011100011101010001010001110111110111010101011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2354; }

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

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

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

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

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

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

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

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