#B15C7F

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

Shades of Royal Heath #B15C7F

Tints of Royal Heath #B15C7F

Color information

#B15C7F (or 0xB15C7F) is unknown color: approx Royal Heath. HEX triplet: B1, 5C and 7F. RGB value is (177,92,127). Sum of RGB (Red+Green+Blue) = 177+92+127=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C7F is #4EA380. Grayscale: #797979. Windows color (decimal): -5153665 or 8346801. OLE color: 8346801.

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

Color convert

RGB17792127-
CMYK00.480.280.31
HSL335.29º35.27%52.75%-
HSV(B)335.29º48.02%69.41%-
XYZ25.7918.5322.3-
YUV121.4131.16167.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 92 (36.33% from 255) = 23.23%
BLUE value IS 127 (50% from 255) = 32.07%
R=44.70%
G=23.23%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779212700.480.280.31335.2935.2752.75
HexB15C7F0301C1F14f2335
Octal26113417706034375174365
Binary101100011011100111111101100001110011111101001111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C7F; }

 p { color: rgb(177,92,127); }

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

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

 a { background-color: rgb(177,92,127); }

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

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

 span { border-color: rgb(177,92,127); }

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