#BB3D49

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

Shades of Old Rose #BB3D49

Tints of Old Rose #BB3D49

Color information

#BB3D49 (or 0xBB3D49) is unknown color: approx Old Rose. HEX triplet: BB, 3D and 49. RGB value is (187,61,73). Sum of RGB (Red+Green+Blue) = 187+61+73=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D49 is #44C2B6. Grayscale: #646464. Windows color (decimal): -4506295 or 4799931. OLE color: 4799931.

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

Color convert

RGB1876173-
CMYK00.670.610.27
HSL354.29º50.81%48.63%-
HSV(B)354.29º67.38%73.33%-
XYZ23.3614.387.85-
YUV100.04112.74190.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.26%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=58.26%
G=19.00%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187617300.670.610.27354.2950.8148.63
HexBB3D490433D1B1623331
Octal27375111010375335426361
Binary1011101111110110010010100001111110111011101100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3D49; }

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

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

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

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

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

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

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

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