#B9476A

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

Shades of Royal Heath #B9476A

Tints of Royal Heath #B9476A

Color information

#B9476A (or 0xB9476A) is unknown color: approx Royal Heath. HEX triplet: B9, 47 and 6A. RGB value is (185,71,106). Sum of RGB (Red+Green+Blue) = 185+71+106=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9476A is #46B895. Grayscale: #6D6D6D. Windows color (decimal): -4634774 or 6965177. OLE color: 6965177.

HSL color Cylindrical-coordinate representation of color #B9476A: hue angle of 341.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9476A is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18571106-
CMYK00.620.430.27
HSL341.58º44.88%50.2%-
HSV(B)341.58º61.62%72.55%-
XYZ24.8615.8615.39-
YUV109.08126.27182.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=51.10%
G=19.61%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857110600.620.430.27341.5844.8850.2
HexB9476A03E2B1B1562d32
Octal27110715207653335265562
Binary1011100110001111101010011111010101111011101010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9476A; }

 p { color: rgb(185,71,106); }

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

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

 a { background-color: rgb(185,71,106); }

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

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

 span { border-color: rgb(185,71,106); }

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