#B35571

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

Shades of Royal Heath #B35571

Tints of Royal Heath #B35571

Color information

#B35571 (or 0xB35571) is unknown color: approx Royal Heath. HEX triplet: B3, 55 and 71. RGB value is (179,85,113). Sum of RGB (Red+Green+Blue) = 179+85+113=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B35571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35571 is #4CAA8E. Grayscale: #747474. Windows color (decimal): -5024399 or 7427507. OLE color: 7427507.

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

Color convert

RGB17985113-
CMYK00.530.370.30
HSL342.13º38.21%51.76%-
HSV(B)342.13º52.51%70.2%-
XYZ24.8217.2717.65-
YUV116.3126.14172.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=47.48%
G=22.55%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798511300.530.370.30342.1338.2151.76
HexB35571035251E1562634
Octal26312516106545365264664
Binary1011001110101011110001011010110010111110101010110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35571; }

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

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

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

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

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

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

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

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