#B15071

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

Shades of Royal Heath #B15071

Tints of Royal Heath #B15071

Color information

#B15071 (or 0xB15071) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 71. RGB value is (177,80,113). Sum of RGB (Red+Green+Blue) = 177+80+113=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B15071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15071 is #4EAF8E. Grayscale: #707070. Windows color (decimal): -5156751 or 7426225. OLE color: 7426225.

HSL color Cylindrical-coordinate representation of color #B15071: hue angle of 339.59º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15071 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17780113-
CMYK00.550.360.31
HSL339.59º38.34%50.39%-
HSV(B)339.59º54.8%69.41%-
XYZ23.9816.2817.5-
YUV112.76128.14173.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=47.84%
G=21.62%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778011300.550.360.31339.5938.3450.39
HexB15071037241F1542632
Octal26112016106744375244662
Binary1011000110100001110001011011110010011111101010100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15071; }

 p { color: rgb(177,80,113); }

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

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

 a { background-color: rgb(177,80,113); }

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

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

 span { border-color: rgb(177,80,113); }

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