#B1496B

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

Shades of Royal Heath #B1496B

Tints of Royal Heath #B1496B

Color information

#B1496B (or 0xB1496B) is unknown color: approx Royal Heath. HEX triplet: B1, 49 and 6B. RGB value is (177,73,107). Sum of RGB (Red+Green+Blue) = 177+73+107=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1496B is #4EB694. Grayscale: #6B6B6B. Windows color (decimal): -5158549 or 7031217. OLE color: 7031217.

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

Color convert

RGB17773107-
CMYK00.590.400.31
HSL340.38º41.6%49.02%-
HSV(B)340.38º58.76%69.41%-
XYZ23.1715.1715.62-
YUV107.97127.46177.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=49.58%
G=20.45%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777310700.590.400.31340.3841.649.02
HexB1496B03B281F1542a31
Octal26111115307350375245261
Binary1011000110010011101011011101110100011111101010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1496B; }

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

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

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

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

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

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

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

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