#B9567A

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

Shades of Royal Heath #B9567A

Tints of Royal Heath #B9567A

Color information

#B9567A (or 0xB9567A) is unknown color: approx Royal Heath. HEX triplet: B9, 56 and 7A. RGB value is (185,86,122). Sum of RGB (Red+Green+Blue) = 185+86+122=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9567A is #46A985. Grayscale: #777777. Windows color (decimal): -4630918 or 8017593. OLE color: 8017593.

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

Color convert

RGB18586122-
CMYK00.540.340.27
HSL338.18º41.42%53.14%-
HSV(B)338.18º53.51%72.55%-
XYZ26.8518.3820.54-
YUV119.7129.3174.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=47.07%
G=21.88%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858612200.540.340.27338.1841.4253.14
HexB9567A036221B1522935
Octal27112617206642335225165
Binary1011100110101101111010011011010001011011101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9567A; }

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

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

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

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

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

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

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

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