#b8587f

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

Shades of Royal Heath #B8587F

Tints of Royal Heath #B8587F

Color information

#B8587F (or 0xB8587F) is unknown color: approx Royal Heath. HEX triplet: B8, 58 and 7F. RGB value is (184,88,127). Sum of RGB (Red+Green+Blue) = 184+88+127=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8587F is #47A780. Grayscale: #797979. Windows color (decimal): -4695937 or 8345784. OLE color: 8345784.

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

Color convert

RGB18488127-
CMYK00.520.310.28
HSL335.62º40.34%53.33%-
HSV(B)335.62º52.17%72.16%-
XYZ27.0918.722.26-
YUV121.15131.3172.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 127 (50% from 255) = 31.83%
R=46.12%
G=22.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848812700.520.310.28335.6240.3453.33
HexB8587F0341F1C1502835
Octal27013017706437345205065
Binary101110001011000111111101101001111111100101010000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8587f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8587f; }

 p { color: rgb(184,88,127); }

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

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

 a { background-color: rgb(184,88,127); }

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

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

 span { border-color: rgb(184,88,127); }

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