#B35875

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

Shades of Royal Heath #B35875

Tints of Royal Heath #B35875

Color information

#B35875 (or 0xB35875) is unknown color: approx Royal Heath. HEX triplet: B3, 58 and 75. RGB value is (179,88,117). Sum of RGB (Red+Green+Blue) = 179+88+117=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B35875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35875 is #4CA78A. Grayscale: #767676. Windows color (decimal): -5023627 or 7690419. OLE color: 7690419.

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

Color convert

RGB17988117-
CMYK00.510.350.30
HSL340.88º37.45%52.35%-
HSV(B)340.88º50.84%70.2%-
XYZ25.2917.8518.94-
YUV118.51127.15171.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=46.61%
G=22.92%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798811700.510.350.30340.8837.4552.35
HexB35875033231E1552534
Octal26313016506343365254564
Binary1011001110110001110101011001110001111110101010101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35875; }

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

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

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

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

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

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

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

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