#B35071

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

Shades of Royal Heath #B35071

Tints of Royal Heath #B35071

Color information

#B35071 (or 0xB35071) is unknown color: approx Royal Heath. HEX triplet: B3, 50 and 71. RGB value is (179,80,113). Sum of RGB (Red+Green+Blue) = 179+80+113=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B35071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35071 is #4CAF8E. Grayscale: #717171. Windows color (decimal): -5025679 or 7426227. OLE color: 7426227.

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

Color convert

RGB17980113-
CMYK00.550.370.30
HSL340º39.44%50.78%-
HSV(B)340º55.31%70.2%-
XYZ24.4416.5117.52-
YUV113.36127.8174.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=48.12%
G=21.51%
B=30.38%

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
Decimal1798011300.550.370.3034039.4450.78
HexB35071037251E1542733
Octal26312016106745365244763
Binary1011001110100001110001011011110010111110101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35071; }

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

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

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

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

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

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

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

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