#B2476E

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

Shades of Royal Heath #B2476E

Tints of Royal Heath #B2476E

Color information

#B2476E (or 0xB2476E) is unknown color: approx Royal Heath. HEX triplet: B2, 47 and 6E. RGB value is (178,71,110). Sum of RGB (Red+Green+Blue) = 178+71+110=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2476E is #4DB891. Grayscale: #6B6B6B. Windows color (decimal): -5093522 or 7227314. OLE color: 7227314.

HSL color Cylindrical-coordinate representation of color #B2476E: hue angle of 338.13º 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 #B2476E is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17871110-
CMYK00.600.380.30
HSL338.13º42.97%48.82%-
HSV(B)338.13º60.11%69.8%-
XYZ23.4315.116.43-
YUV107.44129.45178.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=49.58%
G=19.78%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787111000.600.380.30338.1342.9748.82
HexB2476E03C261E1522b31
Octal26210715607446365225361
Binary1011001010001111101110011110010011011110101010010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2476E; }

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

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

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

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

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

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

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

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