#B15175

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

Shades of Royal Heath #B15175

Tints of Royal Heath #B15175

Color information

#B15175 (or 0xB15175) is unknown color: approx Royal Heath. HEX triplet: B1, 51 and 75. RGB value is (177,81,117). Sum of RGB (Red+Green+Blue) = 177+81+117=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15175 is #4EAE8A. Grayscale: #717171. Windows color (decimal): -5156491 or 7688625. OLE color: 7688625.

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

Color convert

RGB17781117-
CMYK00.540.340.31
HSL337.5º38.1%50.59%-
HSV(B)337.5º54.24%69.41%-
XYZ24.2816.5218.74-
YUV113.81129.8173.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=47.2%
G=21.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778111700.540.340.31337.538.150.59
HexB15175036221F1522633
Octal26112116506642375224663
Binary1011000110100011110101011011010001011111101010010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15175; }

 p { color: rgb(177,81,117); }

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

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

 a { background-color: rgb(177,81,117); }

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

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

 span { border-color: rgb(177,81,117); }

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