#B8587B

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

Shades of Royal Heath #B8587B

Tints of Royal Heath #B8587B

Color information

#B8587B (or 0xB8587B) is unknown color: approx Royal Heath. HEX triplet: B8, 58 and 7B. RGB value is (184,88,123). Sum of RGB (Red+Green+Blue) = 184+88+123=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8587B is #47A784. Grayscale: #787878. Windows color (decimal): -4695941 or 8083640. OLE color: 8083640.

HSL color Cylindrical-coordinate representation of color #B8587B: hue angle of 338.12º 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 #B8587B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18488123-
CMYK00.520.330.28
HSL338.12º40.34%53.33%-
HSV(B)338.12º52.17%72.16%-
XYZ26.8318.620.91-
YUV120.69129.3173.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=46.58%
G=22.28%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848812300.520.330.28338.1240.3453.33
HexB8587B034211C1522835
Octal27013017306441345225065
Binary1011100010110001111011011010010000111100101010010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8587B; }

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

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

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

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

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

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

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

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