#BB2953

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

Shades of Old Rose #BB2953

Tints of Old Rose #BB2953

Color information

#BB2953 (or 0xBB2953) is unknown color: approx Old Rose. HEX triplet: BB, 29 and 53. RGB value is (187,41,83). Sum of RGB (Red+Green+Blue) = 187+41+83=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2953 is #44D6AC. Grayscale: #595959. Windows color (decimal): -4511405 or 5450171. OLE color: 5450171.

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

Color convert

RGB1874183-
CMYK00.780.560.27
HSL342.74º64.04%44.71%-
HSV(B)342.74º78.07%73.33%-
XYZ22.8512.789.45-
YUV89.44124.37197.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 41 (16.41% from 255) = 13.18%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=60.13%
G=13.18%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187418300.780.560.27342.7464.0444.71
HexBB295304E381B157402d
Octal273511230116703352710055
Binary10111011101001101001101001110111000110111010101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2953; }

 p { color: rgb(187,41,83); }

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

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

 a { background-color: rgb(187,41,83); }

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

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

 span { border-color: rgb(187,41,83); }

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