#B35877

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

Shades of Royal Heath #B35877

Tints of Royal Heath #B35877

Color information

#B35877 (or 0xB35877) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 77. RGB value is (179,88,119). Sum of RGB (Red+Green+Blue) = 179+88+119=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B35877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35877 is #4CA788. Grayscale: #767676. Windows color (decimal): -5023625 or 7821491. OLE color: 7821491.

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

Color convert

RGB17988119-
CMYK00.510.340.30
HSL339.56º37.45%52.35%-
HSV(B)339.56º50.84%70.2%-
XYZ25.4117.919.57-
YUV118.74128.15170.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=46.37%
G=22.80%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798811900.510.340.30339.5637.4552.35
HexB35877033221E1542534
Octal26313016706342365244564
Binary1011001110110001110111011001110001011110101010100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35877; }

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

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

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

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

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

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

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

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