#b35c79

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

Shades of Royal Heath #B35C79

Tints of Royal Heath #B35C79

Color information

#B35C79 (or 0xB35C79) is unknown color: approx Royal Heath. HEX triplet: B3, 5C and 79. RGB value is (179,92,121). Sum of RGB (Red+Green+Blue) = 179+92+121=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C79 is #4CA386. Grayscale: #797979. Windows color (decimal): -5022599 or 7953587. OLE color: 7953587.

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

Color convert

RGB17992121-
CMYK00.490.320.30
HSL340º36.4%53.14%-
HSV(B)340º48.6%70.2%-
XYZ25.8718.6220.32-
YUV121.32127.82169.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=45.66%
G=23.47%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799212100.490.320.3034036.453.14
HexB35C79031201E1542435
Octal26313417106140365244465
Binary1011001110111001111001011000110000011110101010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35c79; }

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

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

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

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

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

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

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

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