#BB3647

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

Shades of Old Rose #BB3647

Tints of Old Rose #BB3647

Color information

#BB3647 (or 0xBB3647) is unknown color: approx Old Rose. HEX triplet: BB, 36 and 47. RGB value is (187,54,71). Sum of RGB (Red+Green+Blue) = 187+54+71=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3647 is #44C9B8. Grayscale: #5F5F5F. Windows color (decimal): -4508089 or 4667067. OLE color: 4667067.

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

Color convert

RGB1875471-
CMYK00.710.620.27
HSL352.33º55.19%47.25%-
HSV(B)352.33º71.12%73.33%-
XYZ22.9513.667.39-
YUV95.7114.06193.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.94%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 71 (28.12% from 255) = 22.76%
R=59.94%
G=17.31%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187547100.710.620.27352.3355.1947.25
HexBB36470473E1B160372f
Octal27366107010776335406757
Binary1011101111011010001110100011111111011011101100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3647; }

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

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

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

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

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

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

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

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