#B1486A

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

Shades of Royal Heath #B1486A

Tints of Royal Heath #B1486A

Color information

#B1486A (or 0xB1486A) is unknown color: approx Royal Heath. HEX triplet: B1, 48 and 6A. RGB value is (177,72,106). Sum of RGB (Red+Green+Blue) = 177+72+106=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1486A is #4EB795. Grayscale: #6B6B6B. Windows color (decimal): -5158806 or 6965425. OLE color: 6965425.

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

Color convert

RGB17772106-
CMYK00.590.400.31
HSL340.57º42.17%48.82%-
HSV(B)340.57º59.32%69.41%-
XYZ23.0515.0215.32-
YUV107.27127.29177.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=49.86%
G=20.28%
B=29.86%

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
Decimal1777210600.590.400.31340.5742.1748.82
HexB1486A03B281F1552a31
Octal26111015207350375255261
Binary1011000110010001101010011101110100011111101010101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1486A; }

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

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

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

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

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

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

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

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