#BB2754

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

Shades of Old Rose #BB2754

Tints of Old Rose #BB2754

Color information

#BB2754 (or 0xBB2754) is unknown color: approx Old Rose. HEX triplet: BB, 27 and 54. RGB value is (187,39,84). Sum of RGB (Red+Green+Blue) = 187+39+84=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2754 is #44D8AB. Grayscale: #585858. Windows color (decimal): -4511916 or 5515195. OLE color: 5515195.

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

Color convert

RGB1873984-
CMYK00.790.550.27
HSL341.76º65.49%44.31%-
HSV(B)341.76º79.14%73.33%-
XYZ22.8212.669.63-
YUV88.38125.53198.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=60.32%
G=12.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187398400.790.550.27341.7665.4944.31
HexBB275404F371B156412c
Octal273471240117673352610154
Binary10111011100111101010001001111110111110111010101101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2754; }

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

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

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

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

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

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

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

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