#BB2752

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

Shades of Old Rose #BB2752

Tints of Old Rose #BB2752

Color information

#BB2752 (or 0xBB2752) is unknown color: approx Old Rose. HEX triplet: BB, 27 and 52. RGB value is (187,39,82). Sum of RGB (Red+Green+Blue) = 187+39+82=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2752 is #44D8AD. Grayscale: #585858. Windows color (decimal): -4511918 or 5384123. OLE color: 5384123.

HSL color Cylindrical-coordinate representation of color #BB2752: hue angle of 342.57º 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 #BB2752 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1873982-
CMYK00.790.560.27
HSL342.57º65.49%44.31%-
HSV(B)342.57º79.14%73.33%-
XYZ22.7412.639.22-
YUV88.15124.53198.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=60.71%
G=12.66%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187398200.790.560.27342.5765.4944.31
HexBB275204F381B157412c
Octal273471220117703352710154
Binary10111011100111101001001001111111000110111010101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2752; }

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

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

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

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

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

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

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

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