#B15975

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

Shades of Royal Heath #B15975

Tints of Royal Heath #B15975

Color information

#B15975 (or 0xB15975) is unknown color: approx Royal Heath. HEX triplet: B1, 59 and 75. RGB value is (177,89,117). Sum of RGB (Red+Green+Blue) = 177+89+117=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B15975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15975 is #4EA68A. Grayscale: #767676. Windows color (decimal): -5154443 or 7690673. OLE color: 7690673.

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

Color convert

RGB17789117-
CMYK00.500.340.31
HSL340.91º36.07%52.16%-
HSV(B)340.91º49.72%69.41%-
XYZ24.9117.7818.95-
YUV118.5127.15169.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=46.21%
G=23.24%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778911700.500.340.31340.9136.0752.16
HexB15975032221F1552434
Octal26113116506242375254464
Binary1011000110110011110101011001010001011111101010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15975; }

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

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

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

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

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

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

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

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