#B15680

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

Shades of Royal Heath #B15680

Tints of Royal Heath #B15680

Color information

#B15680 (or 0xB15680) is unknown color: approx Royal Heath. HEX triplet: B1, 56 and 80. RGB value is (177,86,128). Sum of RGB (Red+Green+Blue) = 177+86+128=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B15680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15680 is #4EA97F. Grayscale: #757575. Windows color (decimal): -5155200 or 8410801. OLE color: 8410801.

HSL color Cylindrical-coordinate representation of color #B15680: hue angle of 332.31º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15680 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17786128-
CMYK00.510.280.31
HSL332.31º36.84%51.57%-
HSV(B)332.31º51.41%69.41%-
XYZ25.3617.5622.48-
YUV118133.65170.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=45.27%
G=21.99%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778612800.510.280.31332.3136.8451.57
HexB156800331C1F14c2534
Octal26112620006334375144564
Binary1011000110101101000000001100111110011111101001100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15680; }

 p { color: rgb(177,86,128); }

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

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

 a { background-color: rgb(177,86,128); }

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

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

 span { border-color: rgb(177,86,128); }

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