#B9447A

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

Shades of Royal Heath #B9447A

Tints of Royal Heath #B9447A

Color information

#B9447A (or 0xB9447A) is unknown color: approx Royal Heath. HEX triplet: B9, 44 and 7A. RGB value is (185,68,122). Sum of RGB (Red+Green+Blue) = 185+68+122=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447A is #46BB85. Grayscale: #6D6D6D. Windows color (decimal): -4635526 or 8012985. OLE color: 8012985.

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

Color convert

RGB18568122-
CMYK00.630.340.27
HSL332.31º46.25%49.61%-
HSV(B)332.31º63.24%72.55%-
XYZ25.5915.8520.12-
YUV109.14135.26182.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.33%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=49.33%
G=18.13%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856812200.630.340.27332.3146.2549.61
HexB9447A03F221B14c2e32
Octal27110417207742335145662
Binary1011100110001001111010011111110001011011101001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9447A; }

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

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

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

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

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

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

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

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