#BB3646

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

Shades of Old Rose #BB3646

Tints of Old Rose #BB3646

Color information

#BB3646 (or 0xBB3646) is unknown color: approx Old Rose. HEX triplet: BB, 36 and 46. RGB value is (187,54,70). Sum of RGB (Red+Green+Blue) = 187+54+70=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3646 is #44C9B9. Grayscale: #5F5F5F. Windows color (decimal): -4508090 or 4601531. OLE color: 4601531.

HSL color Cylindrical-coordinate representation of color #BB3646: hue angle of 352.78º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3646 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1875470-
CMYK00.710.630.27
HSL352.78º55.19%47.25%-
HSV(B)352.78º71.12%73.33%-
XYZ22.9213.657.22-
YUV95.59113.56193.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=60.13%
G=17.36%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187547000.710.630.27352.7855.1947.25
HexBB36460473F1B161372f
Octal27366106010777335416757
Binary1011101111011010001100100011111111111011101100001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3646; }

 p { color: rgb(187,54,70); }

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

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

 a { background-color: rgb(187,54,70); }

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

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

 span { border-color: rgb(187,54,70); }

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