#B6567F

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

Shades of Royal Heath #B6567F

Tints of Royal Heath #B6567F

Color information

#B6567F (or 0xB6567F) is unknown color: approx Royal Heath. HEX triplet: B6, 56 and 7F. RGB value is (182,86,127). Sum of RGB (Red+Green+Blue) = 182+86+127=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6567F is #49A980. Grayscale: #777777. Windows color (decimal): -4827521 or 8345270. OLE color: 8345270.

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

Color convert

RGB18286127-
CMYK00.530.300.29
HSL334.38º39.67%52.55%-
HSV(B)334.38º52.75%71.37%-
XYZ26.4518.1322.18-
YUV119.38132.3172.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 127 (50% from 255) = 32.15%
R=46.08%
G=21.77%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828612700.530.300.29334.3839.6752.55
HexB6567F0351E1D14e2835
Octal26612617706536355165065
Binary101101101010110111111101101011111011101101001110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6567F; }

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

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

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

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

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

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

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

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