#B9567E

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

Shades of Royal Heath #B9567E

Tints of Royal Heath #B9567E

Color information

#B9567E (or 0xB9567E) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 7E. RGB value is (185,86,126). Sum of RGB (Red+Green+Blue) = 185+86+126=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567E is #46A981. Grayscale: #787878. Windows color (decimal): -4630914 or 8279737. OLE color: 8279737.

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

Color convert

RGB18586126-
CMYK00.540.320.27
HSL335.76º41.42%53.14%-
HSV(B)335.76º53.51%72.55%-
XYZ27.118.4821.88-
YUV120.16131.3174.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=46.60%
G=21.66%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858612600.540.320.27335.7641.4253.14
HexB9567E036201B1502935
Octal27112617606640335205165
Binary1011100110101101111110011011010000011011101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9567E; }

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

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

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

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

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

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

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

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