#B9567F

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

Shades of Royal Heath #B9567F

Tints of Royal Heath #B9567F

Color information

#B9567F (or 0xB9567F) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 7F. RGB value is (185,86,127). Sum of RGB (Red+Green+Blue) = 185+86+127=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567F is #46A980. Grayscale: #787878. Windows color (decimal): -4630913 or 8345273. OLE color: 8345273.

HSL color Cylindrical-coordinate representation of color #B9567F: hue angle of 335.15º 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 #B9567F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18586127-
CMYK00.540.310.27
HSL335.15º41.42%53.14%-
HSV(B)335.15º53.51%72.55%-
XYZ27.1718.522.22-
YUV120.28131.8174.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 127 (50% from 255) = 31.91%
R=46.48%
G=21.61%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858612700.540.310.27335.1541.4253.14
HexB9567F0361F1B14f2935
Octal27112617706637335175165
Binary101110011010110111111101101101111111011101001111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9567F; }

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

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

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

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

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

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

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

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