#B35B77

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

Shades of Royal Heath #B35B77

Tints of Royal Heath #B35B77

Color information

#B35B77 (or 0xB35B77) is unknown color: approx Royal Heath. HEX triplet: B3, 5B and 77. RGB value is (179,91,119). Sum of RGB (Red+Green+Blue) = 179+91+119=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35B77 is #4CA488. Grayscale: #787878. Windows color (decimal): -5022857 or 7822259. OLE color: 7822259.

HSL color Cylindrical-coordinate representation of color #B35B77: hue angle of 340.91º degrees, saturation: 0.37, 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 #B35B77 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17991119-
CMYK00.490.340.30
HSL340.91º36.67%52.94%-
HSV(B)340.91º49.16%70.2%-
XYZ25.6618.419.65-
YUV120.5127.15169.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=46.02%
G=23.39%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799111900.490.340.30340.9136.6752.94
HexB35B77031221E1552535
Octal26313316706142365254565
Binary1011001110110111110111011000110001011110101010101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35B77; }

 p { color: rgb(179,91,119); }

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

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

 a { background-color: rgb(179,91,119); }

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

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

 span { border-color: rgb(179,91,119); }

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