#BB314D

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

Shades of Old Rose #BB314D

Tints of Old Rose #BB314D

Color information

#BB314D (or 0xBB314D) is unknown color: approx Old Rose. HEX triplet: BB, 31 and 4D. RGB value is (187,49,77). Sum of RGB (Red+Green+Blue) = 187+49+77=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB314D is #44CEB2. Grayscale: #5D5D5D. Windows color (decimal): -4509363 or 5059003. OLE color: 5059003.

HSL color Cylindrical-coordinate representation of color #BB314D: hue angle of 347.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB314D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1874977-
CMYK00.740.590.27
HSL347.83º58.47%46.27%-
HSV(B)347.83º73.8%73.33%-
XYZ22.9313.38.38-
YUV93.45118.72194.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=59.74%
G=15.65%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187497700.740.590.27347.8358.4746.27
HexBB314D04A3B1B15c3a2e
Octal27361115011273335347256
Binary1011101111000110011010100101011101111011101011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB314D; }

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

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

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

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

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

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

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

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