#B9407A

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

Shades of Royal Heath #B9407A

Tints of Royal Heath #B9407A

Color information

#B9407A (or 0xB9407A) is unknown color: approx Royal Heath. HEX triplet: B9, 40 and 7A. RGB value is (185,64,122). Sum of RGB (Red+Green+Blue) = 185+64+122=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9407A is #46BF85. Grayscale: #6A6A6A. Windows color (decimal): -4636550 or 8011961. OLE color: 8011961.

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

Color convert

RGB18564122-
CMYK00.650.340.27
HSL331.24º48.59%48.82%-
HSV(B)331.24º65.41%72.55%-
XYZ25.3515.3920.05-
YUV106.79136.59183.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=49.87%
G=17.25%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856412200.650.340.27331.2448.5948.82
HexB9407A041221B14b3131
Octal271100172010142335136161
Binary10111001100000011110100100000110001011011101001011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9407A; }

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

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

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

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

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

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

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

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