#B7477A

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

Shades of Royal Heath #B7477A

Tints of Royal Heath #B7477A

Color information

#B7477A (or 0xB7477A) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 7A. RGB value is (183,71,122). Sum of RGB (Red+Green+Blue) = 183+71+122=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7477A is #48B885. Grayscale: #6E6E6E. Windows color (decimal): -4765830 or 8013751. OLE color: 8013751.

HSL color Cylindrical-coordinate representation of color #B7477A: hue angle of 332.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7477A is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18371122-
CMYK00.610.330.28
HSL332.68º44.09%49.8%-
HSV(B)332.68º61.2%71.76%-
XYZ25.2915.9820.16-
YUV110.3134.61179.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=48.67%
G=18.88%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837112200.610.330.28332.6844.0949.8
HexB7477A03D211C14d2c32
Octal26710717207541345155462
Binary1011011110001111111010011110110000111100101001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7477A; }

 p { color: rgb(183,71,122); }

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

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

 a { background-color: rgb(183,71,122); }

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

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

 span { border-color: rgb(183,71,122); }

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