#b7476d

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

Shades of Royal Heath #B7476D

Tints of Royal Heath #B7476D

Color information

#B7476D (or 0xB7476D) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 6D. RGB value is (183,71,109). Sum of RGB (Red+Green+Blue) = 183+71+109=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7476D is #48B892. Grayscale: #6C6C6C. Windows color (decimal): -4765843 or 7161783. OLE color: 7161783.

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

Color convert

RGB18371109-
CMYK00.610.400.28
HSL339.64º44.09%49.8%-
HSV(B)339.64º61.2%71.76%-
XYZ24.5415.6816.2-
YUV108.82128.11180.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=50.41%
G=19.56%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837110900.610.400.28339.6444.0949.8
HexB7476D03D281C1542c32
Octal26710715507550345245462
Binary1011011110001111101101011110110100011100101010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7476d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7476d; }

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

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

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

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

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

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

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

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