#BB364E

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

Shades of Old Rose #BB364E

Tints of Old Rose #BB364E

Color information

#BB364E (or 0xBB364E) is unknown color: approx Old Rose. HEX triplet: BB, 36 and 4E. RGB value is (187,54,78). Sum of RGB (Red+Green+Blue) = 187+54+78=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB364E is #44C9B1. Grayscale: #606060. Windows color (decimal): -4508082 or 5125819. OLE color: 5125819.

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

Color convert

RGB1875478-
CMYK00.710.580.27
HSL349.17º55.19%47.25%-
HSV(B)349.17º71.12%73.33%-
XYZ23.1913.758.64-
YUV96.5117.56192.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 78 (30.86% from 255) = 24.45%
R=58.62%
G=16.93%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187547800.710.580.27349.1755.1947.25
HexBB364E0473A1B15d372f
Octal27366116010772335356757
Binary1011101111011010011100100011111101011011101011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB364E; }

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

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

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

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

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

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

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

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