#B7476B

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

Shades of Royal Heath #B7476B

Tints of Royal Heath #B7476B

Color information

#B7476B (or 0xB7476B) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 6B. RGB value is (183,71,107). Sum of RGB (Red+Green+Blue) = 183+71+107=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7476B is #48B894. Grayscale: #6C6C6C. Windows color (decimal): -4765845 or 7030711. OLE color: 7030711.

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

Color convert

RGB18371107-
CMYK00.610.420.28
HSL340.71º44.09%49.8%-
HSV(B)340.71º61.2%71.76%-
XYZ24.4415.6415.64-
YUV108.59127.11181.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=50.69%
G=19.67%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837110700.610.420.28340.7144.0949.8
HexB7476B03D2A1C1552c32
Octal26710715307552345255462
Binary1011011110001111101011011110110101011100101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7476B; }

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

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

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

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

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

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

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

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