#BB3853

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

Shades of Old Rose #BB3853

Tints of Old Rose #BB3853

Color information

#BB3853 (or 0xBB3853) is unknown color: approx Old Rose. HEX triplet: BB, 38 and 53. RGB value is (187,56,83). Sum of RGB (Red+Green+Blue) = 187+56+83=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3853 is #44C7AC. Grayscale: #626262. Windows color (decimal): -4507565 or 5454011. OLE color: 5454011.

HSL color Cylindrical-coordinate representation of color #BB3853: hue angle of 347.63º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3853 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1875683-
CMYK00.700.560.27
HSL347.63º53.91%47.65%-
HSV(B)347.63º70.05%73.33%-
XYZ23.4714.029.65-
YUV98.25119.4191.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=57.36%
G=17.18%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187568300.700.560.27347.6353.9147.65
HexBB3853046381B15c3630
Octal27370123010670335346660
Binary1011101111100010100110100011011100011011101011100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3853; }

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

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

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

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

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

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

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

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