#BB3D53

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

Shades of Old Rose #BB3D53

Tints of Old Rose #BB3D53

Color information

#BB3D53 (or 0xBB3D53) is unknown color: approx Old Rose. HEX triplet: BB, 3D and 53. RGB value is (187,61,83). Sum of RGB (Red+Green+Blue) = 187+61+83=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D53 is #44C2AC. Grayscale: #656565. Windows color (decimal): -4506285 or 5455291. OLE color: 5455291.

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

Color convert

RGB1876183-
CMYK00.670.560.27
HSL349.52º50.81%48.63%-
HSV(B)349.52º67.38%73.33%-
XYZ23.7214.539.74-
YUV101.18117.74189.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.50%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=56.50%
G=18.43%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187618300.670.560.27349.5250.8148.63
HexBB3D53043381B15e3331
Octal27375123010370335366361
Binary1011101111110110100110100001111100011011101011110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D53; }

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

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

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

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

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

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

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

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