#B9567C

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

Shades of Royal Heath #B9567C

Tints of Royal Heath #B9567C

Color information

#B9567C (or 0xB9567C) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 7C. RGB value is (185,86,124). Sum of RGB (Red+Green+Blue) = 185+86+124=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567C is #46A983. Grayscale: #777777. Windows color (decimal): -4630916 or 8148665. OLE color: 8148665.

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

Color convert

RGB18586124-
CMYK00.540.330.27
HSL336.97º41.42%53.14%-
HSV(B)336.97º53.51%72.55%-
XYZ26.9718.4321.2-
YUV119.93130.3174.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=46.84%
G=21.77%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858612400.540.330.27336.9741.4253.14
HexB9567C036211B1512935
Octal27112617406641335215165
Binary1011100110101101111100011011010000111011101010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9567C; }

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

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

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

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

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

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

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

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