#B6587D

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

Shades of Royal Heath #B6587D

Tints of Royal Heath #B6587D

Color information

#B6587D (or 0xB6587D) is unknown color: approx Royal Heath. HEX triplet: B6, 58 and 7D. RGB value is (182,88,125). Sum of RGB (Red+Green+Blue) = 182+88+125=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6587D is #49A782. Grayscale: #787878. Windows color (decimal): -4827011 or 8214710. OLE color: 8214710.

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

Color convert

RGB18288125-
CMYK00.520.310.29
HSL336.38º39.17%52.94%-
HSV(B)336.38º51.65%71.37%-
XYZ26.4818.4121.56-
YUV120.32130.64171.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=46.08%
G=22.28%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828812500.520.310.29336.3839.1752.94
HexB6587D0341F1D1502735
Octal26613017506437355204765
Binary101101101011000111110101101001111111101101010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6587D; }

 p { color: rgb(182,88,125); }

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

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

 a { background-color: rgb(182,88,125); }

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

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

 span { border-color: rgb(182,88,125); }

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