#B15B7E

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

Shades of Royal Heath #B15B7E

Tints of Royal Heath #B15B7E

Color information

#B15B7E (or 0xB15B7E) is unknown color: approx Royal Heath. HEX triplet: B1, 5B and 7E. RGB value is (177,91,126). Sum of RGB (Red+Green+Blue) = 177+91+126=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B7E is #4EA481. Grayscale: #787878. Windows color (decimal): -5153922 or 8281009. OLE color: 8281009.

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

Color convert

RGB17791126-
CMYK00.490.290.31
HSL335.58º35.54%52.55%-
HSV(B)335.58º48.59%69.41%-
XYZ25.6418.3421.93-
YUV120.7130.99168.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.92%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=44.92%
G=23.10%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779112600.490.290.31335.5835.5452.55
HexB15B7E0311D1F1502435
Octal26113317606135375204465
Binary101100011011011111111001100011110111111101010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B7E; }

 p { color: rgb(177,91,126); }

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

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

 a { background-color: rgb(177,91,126); }

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

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

 span { border-color: rgb(177,91,126); }

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