#B1496D

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

Shades of Royal Heath #B1496D

Tints of Royal Heath #B1496D

Color information

#B1496D (or 0xB1496D) is unknown color: approx Royal Heath. HEX triplet: B1, 49 and 6D. RGB value is (177,73,109). Sum of RGB (Red+Green+Blue) = 177+73+109=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1496D is #4EB692. Grayscale: #6C6C6C. Windows color (decimal): -5158547 or 7162289. OLE color: 7162289.

HSL color Cylindrical-coordinate representation of color #B1496D: hue angle of 339.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1496D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17773109-
CMYK00.590.380.31
HSL339.23º41.6%49.02%-
HSV(B)339.23º58.76%69.41%-
XYZ23.2715.2216.18-
YUV108.2128.46177.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=49.30%
G=20.33%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777310900.590.380.31339.2341.649.02
HexB1496D03B261F1532a31
Octal26111115507346375235261
Binary1011000110010011101101011101110011011111101010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1496D; }

 p { color: rgb(177,73,109); }

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

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

 a { background-color: rgb(177,73,109); }

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

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

 span { border-color: rgb(177,73,109); }

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