#B35680

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

Shades of Royal Heath #B35680

Tints of Royal Heath #B35680

Color information

#B35680 (or 0xB35680) is unknown color: approx Royal Heath. HEX triplet: B3, 56 and 80. RGB value is (179,86,128). Sum of RGB (Red+Green+Blue) = 179+86+128=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35680 is #4CA97F. Grayscale: #767676. Windows color (decimal): -5024128 or 8410803. OLE color: 8410803.

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

Color convert

RGB17986128-
CMYK00.520.280.30
HSL332.9º37.96%51.96%-
HSV(B)332.9º51.96%70.2%-
XYZ25.8117.822.5-
YUV118.6133.31171.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=45.55%
G=21.88%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798612800.520.280.30332.937.9651.96
HexB356800341C1E14d2634
Octal26312620006434365154664
Binary1011001110101101000000001101001110011110101001101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35680; }

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

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

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

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

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

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

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

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