#B15375

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

Shades of Royal Heath #B15375

Tints of Royal Heath #B15375

Color information

#B15375 (or 0xB15375) is unknown color: approx Royal Heath. HEX triplet: B1, 53 and 75. RGB value is (177,83,117). Sum of RGB (Red+Green+Blue) = 177+83+117=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B15375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15375 is #4EAC8A. Grayscale: #727272. Windows color (decimal): -5155979 or 7689137. OLE color: 7689137.

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

Color convert

RGB17783117-
CMYK00.530.340.31
HSL338.3º37.6%50.98%-
HSV(B)338.3º53.11%69.41%-
XYZ24.4416.8218.79-
YUV114.98129.14172.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 83 (32.81% from 255) = 22.02%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=46.95%
G=22.02%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778311700.530.340.31338.337.650.98
HexB15375035221F1522633
Octal26112316506542375224663
Binary1011000110100111110101011010110001011111101010010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15375; }

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

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

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

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

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

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

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

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