#B1486C

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

Shades of Royal Heath #B1486C

Tints of Royal Heath #B1486C

Color information

#B1486C (or 0xB1486C) is unknown color: approx Royal Heath. HEX triplet: B1, 48 and 6C. RGB value is (177,72,108). Sum of RGB (Red+Green+Blue) = 177+72+108=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1486C is #4EB793. Grayscale: #6B6B6B. Windows color (decimal): -5158804 or 7096497. OLE color: 7096497.

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

Color convert

RGB17772108-
CMYK00.590.390.31
HSL339.43º42.17%48.82%-
HSV(B)339.43º59.32%69.41%-
XYZ23.1615.0615.87-
YUV107.5128.29177.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=49.58%
G=20.17%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777210800.590.390.31339.4342.1748.82
HexB1486C03B271F1532a31
Octal26111015407347375235261
Binary1011000110010001101100011101110011111111101010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1486C; }

 p { color: rgb(177,72,108); }

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

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

 a { background-color: rgb(177,72,108); }

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

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

 span { border-color: rgb(177,72,108); }

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