#B8567E

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

Shades of Royal Heath #B8567E

Tints of Royal Heath #B8567E

Color information

#B8567E (or 0xB8567E) is unknown color: approx Royal Heath. HEX triplet: B8, 56 and 7E. RGB value is (184,86,126). Sum of RGB (Red+Green+Blue) = 184+86+126=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8567E is #47A981. Grayscale: #777777. Windows color (decimal): -4696450 or 8279736. OLE color: 8279736.

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

Color convert

RGB18486126-
CMYK00.530.320.28
HSL335.51º40.83%52.94%-
HSV(B)335.51º53.26%72.16%-
XYZ26.8618.3521.87-
YUV119.86131.47173.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=46.46%
G=21.72%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848612600.530.320.28335.5140.8352.94
HexB8567E035201C1502935
Octal27012617606540345205165
Binary1011100010101101111110011010110000011100101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8567E; }

 p { color: rgb(184,86,126); }

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

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

 a { background-color: rgb(184,86,126); }

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

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

 span { border-color: rgb(184,86,126); }

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