#B15672

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

Shades of Royal Heath #B15672

Tints of Royal Heath #B15672

Color information

#B15672 (or 0xB15672) is unknown color: approx Royal Heath. HEX triplet: B1, 56 and 72. RGB value is (177,86,114). Sum of RGB (Red+Green+Blue) = 177+86+114=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15672 is #4EA98D. Grayscale: #747474. Windows color (decimal): -5155214 or 7493297. OLE color: 7493297.

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

Color convert

RGB17786114-
CMYK00.510.360.31
HSL341.54º36.84%51.57%-
HSV(B)341.54º51.41%69.41%-
XYZ24.517.2217.95-
YUV116.4126.65171.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=46.95%
G=22.81%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778611400.510.360.31341.5436.8451.57
HexB15672033241F1562534
Octal26112616206344375264564
Binary1011000110101101110010011001110010011111101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15672; }

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

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

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

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

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

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

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

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