#B6537C

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

Shades of Royal Heath #B6537C

Tints of Royal Heath #B6537C

Color information

#B6537C (or 0xB6537C) is unknown color: approx Royal Heath. HEX triplet: B6, 53 and 7C. RGB value is (182,83,124). Sum of RGB (Red+Green+Blue) = 182+83+124=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6537C is #49AC83. Grayscale: #757575. Windows color (decimal): -4828292 or 8147894. OLE color: 8147894.

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

Color convert

RGB18283124-
CMYK00.540.320.29
HSL335.15º40.41%51.96%-
HSV(B)335.15º54.4%71.37%-
XYZ26.0217.5921.09-
YUV117.28131.8174.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=46.79%
G=21.34%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828312400.540.320.29335.1540.4151.96
HexB6537C036201D14f2834
Octal26612317406640355175064
Binary1011011010100111111100011011010000011101101001111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6537C; }

 p { color: rgb(182,83,124); }

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

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

 a { background-color: rgb(182,83,124); }

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

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

 span { border-color: rgb(182,83,124); }

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