#B35D79

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

Shades of Royal Heath #B35D79

Tints of Royal Heath #B35D79

Color information

#B35D79 (or 0xB35D79) is unknown color: approx Royal Heath. HEX triplet: B3, 5D and 79. RGB value is (179,93,121). Sum of RGB (Red+Green+Blue) = 179+93+121=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D79 is #4CA286. Grayscale: #797979. Windows color (decimal): -5022343 or 7953843. OLE color: 7953843.

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

Color convert

RGB17993121-
CMYK00.480.320.30
HSL340.47º36.13%53.33%-
HSV(B)340.47º48.04%70.2%-
XYZ25.9618.7920.35-
YUV121.91127.49168.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 93 (36.72% from 255) = 23.66%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=45.55%
G=23.66%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799312100.480.320.30340.4736.1353.33
HexB35D79030201E1542435
Octal26313517106040365244465
Binary1011001110111011111001011000010000011110101010100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D79; }

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

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

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

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

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

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

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

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