#B35779

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

Shades of Royal Heath #B35779

Tints of Royal Heath #B35779

Color information

#B35779 (or 0xB35779) is unknown color: approx Royal Heath. HEX triplet: B3, 57 and 79. RGB value is (179,87,121). Sum of RGB (Red+Green+Blue) = 179+87+121=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B35779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35779 is #4CA886. Grayscale: #767676. Windows color (decimal): -5023879 or 7952307. OLE color: 7952307.

HSL color Cylindrical-coordinate representation of color #B35779: hue angle of 337.83º degrees, saturation: 0.38, 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 #B35779 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17987121-
CMYK00.510.320.30
HSL337.83º37.7%52.16%-
HSV(B)337.83º51.4%70.2%-
XYZ25.4517.7820.18-
YUV118.38129.48171.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=46.25%
G=22.48%
B=31.27%

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
Decimal1798712100.510.320.30337.8337.752.16
HexB35779033201E1522634
Octal26312717106340365224664
Binary1011001110101111111001011001110000011110101010010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35779; }

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

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

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

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

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

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

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

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