#B35C76

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

Shades of Royal Heath #B35C76

Tints of Royal Heath #B35C76

Color information

#B35C76 (or 0xB35C76) is unknown color: approx Royal Heath. HEX triplet: B3, 5C and 76. RGB value is (179,92,118). Sum of RGB (Red+Green+Blue) = 179+92+118=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C76 is #4CA389. Grayscale: #787878. Windows color (decimal): -5022602 or 7756979. OLE color: 7756979.

HSL color Cylindrical-coordinate representation of color #B35C76: hue angle of 342.07º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35C76 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17992118-
CMYK00.490.340.30
HSL342.07º36.4%53.14%-
HSV(B)342.07º48.6%70.2%-
XYZ25.6918.5519.37-
YUV120.98126.32169.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=46.02%
G=23.65%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799211800.490.340.30342.0736.453.14
HexB35C76031221E1562435
Octal26313416606142365264465
Binary1011001110111001110110011000110001011110101010110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C76; }

 p { color: rgb(179,92,118); }

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

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

 a { background-color: rgb(179,92,118); }

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

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

 span { border-color: rgb(179,92,118); }

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