#B35879

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

Shades of Royal Heath #B35879

Tints of Royal Heath #B35879

Color information

#B35879 (or 0xB35879) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 79. RGB value is (179,88,121). Sum of RGB (Red+Green+Blue) = 179+88+121=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35879 is #4CA786. Grayscale: #767676. Windows color (decimal): -5023623 or 7952563. OLE color: 7952563.

HSL color Cylindrical-coordinate representation of color #B35879: hue angle of 338.24º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35879 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17988121-
CMYK00.510.320.30
HSL338.24º37.45%52.35%-
HSV(B)338.24º50.84%70.2%-
XYZ25.5317.9420.21-
YUV118.97129.15170.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 88 (34.77% from 255) = 22.68%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=46.13%
G=22.68%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798812100.510.320.30338.2437.4552.35
HexB35879033201E1522534
Octal26313017106340365224564
Binary1011001110110001111001011001110000011110101010010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35879; }

 p { color: rgb(179,88,121); }

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

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

 a { background-color: rgb(179,88,121); }

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

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

 span { border-color: rgb(179,88,121); }

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