#B9587D

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

Shades of Royal Heath #B9587D

Tints of Royal Heath #B9587D

Color information

#B9587D (or 0xB9587D) is unknown color: approx Royal Heath. HEX triplet: B9, 58 and 7D. RGB value is (185,88,125). Sum of RGB (Red+Green+Blue) = 185+88+125=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9587D is #46A782. Grayscale: #797979. Windows color (decimal): -4630403 or 8214713. OLE color: 8214713.

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

Color convert

RGB18588125-
CMYK00.520.320.27
HSL337.11º40.93%53.53%-
HSV(B)337.11º52.43%72.55%-
XYZ27.218.7721.59-
YUV121.22130.14173.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=46.48%
G=22.11%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858812500.520.320.27337.1140.9353.53
HexB9587D034201B1512936
Octal27113017506440335215166
Binary1011100110110001111101011010010000011011101010001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9587D; }

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

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

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

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

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

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

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

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