#B6527F

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

Shades of Royal Heath #B6527F

Tints of Royal Heath #B6527F

Color information

#B6527F (or 0xB6527F) is unknown color: approx Royal Heath. HEX triplet: B6, 52 and 7F. RGB value is (182,82,127). Sum of RGB (Red+Green+Blue) = 182+82+127=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6527F is #49AD80. Grayscale: #747474. Windows color (decimal): -4828545 or 8344246. OLE color: 8344246.

HSL color Cylindrical-coordinate representation of color #B6527F: hue angle of 333º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6527F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB18282127-
CMYK00.550.300.29
HSL333º40.65%51.76%-
HSV(B)333º54.95%71.37%-
XYZ26.1417.5122.08-
YUV117.03133.63174.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 127 (50% from 255) = 32.48%
R=46.55%
G=20.97%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828212700.550.300.2933340.6551.76
HexB6527F0371E1D14d2934
Octal26612217706736355155164
Binary101101101010010111111101101111111011101101001101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6527F; }

 p { color: rgb(182,82,127); }

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

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

 a { background-color: rgb(182,82,127); }

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

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

 span { border-color: rgb(182,82,127); }

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