#B15074

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

Shades of Royal Heath #B15074

Tints of Royal Heath #B15074

Color information

#B15074 (or 0xB15074) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 74. RGB value is (177,80,116). Sum of RGB (Red+Green+Blue) = 177+80+116=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B15074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15074 is #4EAF8B. Grayscale: #717171. Windows color (decimal): -5156748 or 7622833. OLE color: 7622833.

HSL color Cylindrical-coordinate representation of color #B15074: hue angle of 337.73º 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 #B15074 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17780116-
CMYK00.550.340.31
HSL337.73º38.34%50.39%-
HSV(B)337.73º54.8%69.41%-
XYZ24.1516.3518.4-
YUV113.11129.64173.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=47.45%
G=21.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778011600.550.340.31337.7338.3450.39
HexB15074037221F1522632
Octal26112016406742375224662
Binary1011000110100001110100011011110001011111101010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15074; }

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

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

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

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

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

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

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

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