#B15076

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

Shades of Royal Heath #B15076

Tints of Royal Heath #B15076

Color information

#B15076 (or 0xB15076) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 76. RGB value is (177,80,118). Sum of RGB (Red+Green+Blue) = 177+80+118=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B15076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15076 is #4EAF89. Grayscale: #717171. Windows color (decimal): -5156746 or 7753905. OLE color: 7753905.

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

Color convert

RGB17780118-
CMYK00.550.330.31
HSL336.49º38.34%50.39%-
HSV(B)336.49º54.8%69.41%-
XYZ24.2716.3919.02-
YUV113.33130.64173.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=47.2%
G=21.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778011800.550.330.31336.4938.3450.39
HexB15076037211F1502632
Octal26112016606741375204662
Binary1011000110100001110110011011110000111111101010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15076; }

 p { color: rgb(177,80,118); }

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

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

 a { background-color: rgb(177,80,118); }

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

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

 span { border-color: rgb(177,80,118); }

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