#B7477D

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

Shades of Royal Heath #B7477D

Tints of Royal Heath #B7477D

Color information

#B7477D (or 0xB7477D) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 7D. RGB value is (183,71,125). Sum of RGB (Red+Green+Blue) = 183+71+125=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7477D is #48B882. Grayscale: #6E6E6E. Windows color (decimal): -4765827 or 8210359. OLE color: 8210359.

HSL color Cylindrical-coordinate representation of color #B7477D: hue angle of 331.07º 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 #B7477D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18371125-
CMYK00.610.320.28
HSL331.07º44.09%49.8%-
HSV(B)331.07º61.2%71.76%-
XYZ25.4816.0521.16-
YUV110.64136.11179.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=48.28%
G=18.73%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837112500.610.320.28331.0744.0949.8
HexB7477D03D201C14b2c32
Octal26710717507540345135462
Binary1011011110001111111101011110110000011100101001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7477D; }

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

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

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

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

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

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

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

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