#B35079

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

Shades of Royal Heath #B35079

Tints of Royal Heath #B35079

Color information

#B35079 (or 0xB35079) is unknown color: approx Royal Heath. HEX triplet: B3, 50 and 79. RGB value is (179,80,121). Sum of RGB (Red+Green+Blue) = 179+80+121=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B35079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35079 is #4CAF86. Grayscale: #727272. Windows color (decimal): -5025671 or 7950515. OLE color: 7950515.

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

Color convert

RGB17980121-
CMYK00.550.320.30
HSL335.15º39.44%50.78%-
HSV(B)335.15º55.31%70.2%-
XYZ24.9116.720-
YUV114.28131.8174.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=47.11%
G=21.05%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798012100.550.320.30335.1539.4450.78
HexB35079037201E14f2733
Octal26312017106740365174763
Binary1011001110100001111001011011110000011110101001111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35079; }

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

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

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

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

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

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

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

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