#BB374D

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

Shades of Old Rose #BB374D

Tints of Old Rose #BB374D

Color information

#BB374D (or 0xBB374D) is unknown color: approx Old Rose. HEX triplet: BB, 37 and 4D. RGB value is (187,55,77). Sum of RGB (Red+Green+Blue) = 187+55+77=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB374D is #44C8B2. Grayscale: #616161. Windows color (decimal): -4507827 or 5060539. OLE color: 5060539.

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

Color convert

RGB1875577-
CMYK00.710.590.27
HSL350º54.55%47.45%-
HSV(B)350º70.59%73.33%-
XYZ23.213.838.47-
YUV96.98116.73192.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=58.62%
G=17.24%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187557700.710.590.2735054.5547.45
HexBB374D0473B1B15e372f
Octal27367115010773335366757
Binary1011101111011110011010100011111101111011101011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB374D; }

 p { color: rgb(187,55,77); }

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

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

 a { background-color: rgb(187,55,77); }

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

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

 span { border-color: rgb(187,55,77); }

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