#B35873

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

Shades of Royal Heath #B35873

Tints of Royal Heath #B35873

Color information

#B35873 (or 0xB35873) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 73. RGB value is (179,88,115). Sum of RGB (Red+Green+Blue) = 179+88+115=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B35873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35873 is #4CA78C. Grayscale: #767676. Windows color (decimal): -5023629 or 7559347. OLE color: 7559347.

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

Color convert

RGB17988115-
CMYK00.510.360.30
HSL342.2º37.45%52.35%-
HSV(B)342.2º50.84%70.2%-
XYZ25.1717.818.33-
YUV118.29126.15171.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=46.86%
G=23.04%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798811500.510.360.30342.237.4552.35
HexB35873033241E1562534
Octal26313016306344365264564
Binary1011001110110001110011011001110010011110101010110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35873; }

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

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

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

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

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

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

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

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