#B35679

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

Shades of Royal Heath #B35679

Tints of Royal Heath #B35679

Color information

#B35679 (or 0xB35679) is unknown color: approx Royal Heath. HEX triplet: B3, 56 and 79. RGB value is (179,86,121). Sum of RGB (Red+Green+Blue) = 179+86+121=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B35679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35679 is #4CA986. Grayscale: #757575. Windows color (decimal): -5024135 or 7952051. OLE color: 7952051.

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

Color convert

RGB17986121-
CMYK00.520.320.30
HSL337.42º37.96%51.96%-
HSV(B)337.42º51.96%70.2%-
XYZ25.3717.6220.15-
YUV117.8129.81171.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=46.37%
G=22.28%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798612100.520.320.30337.4237.9651.96
HexB35679034201E1512634
Octal26312617106440365214664
Binary1011001110101101111001011010010000011110101010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35679; }

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

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

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

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

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

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

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

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