#B4476B

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

Shades of Royal Heath #B4476B

Tints of Royal Heath #B4476B

Color information

#B4476B (or 0xB4476B) is unknown color: approx Royal Heath. HEX triplet: B4, 47 and 6B. RGB value is (180,71,107). Sum of RGB (Red+Green+Blue) = 180+71+107=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4476B is #4BB894. Grayscale: #6B6B6B. Windows color (decimal): -4962453 or 7030708. OLE color: 7030708.

HSL color Cylindrical-coordinate representation of color #B4476B: hue angle of 340.18º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4476B is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18071107-
CMYK00.610.410.29
HSL340.18º43.43%49.22%-
HSV(B)340.18º60.56%70.59%-
XYZ23.7315.2715.61-
YUV107.7127.61179.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=50.28%
G=19.83%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807110700.610.410.29340.1843.4349.22
HexB4476B03D291D1542b31
Octal26410715307551355245361
Binary1011010010001111101011011110110100111101101010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4476B; }

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

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

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

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

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

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

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

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