#B2476A

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

Shades of Royal Heath #B2476A

Tints of Royal Heath #B2476A

Color information

#B2476A (or 0xB2476A) is unknown color: approx Royal Heath. HEX triplet: B2, 47 and 6A. RGB value is (178,71,106). Sum of RGB (Red+Green+Blue) = 178+71+106=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2476A is #4DB895. Grayscale: #6A6A6A. Windows color (decimal): -5093526 or 6965170. OLE color: 6965170.

HSL color Cylindrical-coordinate representation of color #B2476A: hue angle of 340.37º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2476A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17871106-
CMYK00.600.400.30
HSL340.37º42.97%48.82%-
HSV(B)340.37º60.11%69.8%-
XYZ23.2115.0115.31-
YUV106.98127.45178.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=50.14%
G=20%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787110600.600.400.30340.3742.9748.82
HexB2476A03C281E1542b31
Octal26210715207450365245361
Binary1011001010001111101010011110010100011110101010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2476A; }

 p { color: rgb(178,71,106); }

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

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

 a { background-color: rgb(178,71,106); }

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

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

 span { border-color: rgb(178,71,106); }

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