#BB496E

Color #BB496E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB496E

Tints of Royal Heath #BB496E

Color information

#BB496E (or 0xBB496E) is unknown color: approx Royal Heath. HEX triplet: BB, 49 and 6E. RGB value is (187,73,110). Sum of RGB (Red+Green+Blue) = 187+73+110=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB496E is #44B691. Grayscale: #6F6F6F. Windows color (decimal): -4503186 or 7227835. OLE color: 7227835.

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

Color convert

RGB18773110-
CMYK00.610.410.27
HSL340.53º45.6%50.98%-
HSV(B)340.53º60.96%73.33%-
XYZ25.6916.4616.57-
YUV111.3127.27181.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=50.54%
G=19.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877311000.610.410.27340.5345.650.98
HexBB496E03D291B1552e33
Octal27311115607551335255663
Binary1011101110010011101110011110110100111011101010101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB496E; }

 p { color: rgb(187,73,110); }

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

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

 a { background-color: rgb(187,73,110); }

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

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

 span { border-color: rgb(187,73,110); }

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