#B6537F

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

Shades of Royal Heath #B6537F

Tints of Royal Heath #B6537F

Color information

#B6537F (or 0xB6537F) is unknown color: approx Royal Heath. HEX triplet: B6, 53 and 7F. RGB value is (182,83,127). Sum of RGB (Red+Green+Blue) = 182+83+127=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6537F is #49AC80. Grayscale: #757575. Windows color (decimal): -4828289 or 8344502. OLE color: 8344502.

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

Color convert

RGB18283127-
CMYK00.540.300.29
HSL333.33º40.41%51.96%-
HSV(B)333.33º54.4%71.37%-
XYZ26.2217.6622.11-
YUV117.62133.3173.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 127 (50% from 255) = 32.40%
R=46.43%
G=21.17%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828312700.540.300.29333.3340.4151.96
HexB6537F0361E1D14d2834
Octal26612317706636355155064
Binary101101101010011111111101101101111011101101001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6537F; }

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

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

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

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

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

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

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

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