#B35070

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

Shades of Royal Heath #B35070

Tints of Royal Heath #B35070

Color information

#B35070 (or 0xB35070) is unknown color: approx Royal Heath. HEX triplet: B3, 50 and 70. RGB value is (179,80,112). Sum of RGB (Red+Green+Blue) = 179+80+112=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B35070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35070 is #4CAF8F. Grayscale: #717171. Windows color (decimal): -5025680 or 7360691. OLE color: 7360691.

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

Color convert

RGB17980112-
CMYK00.550.370.30
HSL340.61º39.44%50.78%-
HSV(B)340.61º55.31%70.2%-
XYZ24.3816.4917.23-
YUV113.25127.3174.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=48.25%
G=21.56%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798011200.550.370.30340.6139.4450.78
HexB35070037251E1552733
Octal26312016006745365254763
Binary1011001110100001110000011011110010111110101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35070; }

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

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

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

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

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

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

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

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