#B3477A

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

Shades of Royal Heath #B3477A

Tints of Royal Heath #B3477A

Color information

#B3477A (or 0xB3477A) is unknown color: approx Royal Heath. HEX triplet: B3, 47 and 7A. RGB value is (179,71,122). Sum of RGB (Red+Green+Blue) = 179+71+122=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3477A is #4CB885. Grayscale: #6D6D6D. Windows color (decimal): -5027974 or 8013747. OLE color: 8013747.

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

Color convert

RGB17971122-
CMYK00.600.320.30
HSL331.67º43.2%49.02%-
HSV(B)331.67º60.34%70.2%-
XYZ24.3615.520.12-
YUV109.11135.28177.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=48.12%
G=19.09%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797112200.600.320.30331.6743.249.02
HexB3477A03C201E14c2b31
Octal26310717207440365145361
Binary1011001110001111111010011110010000011110101001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3477A; }

 p { color: rgb(179,71,122); }

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

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

 a { background-color: rgb(179,71,122); }

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

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

 span { border-color: rgb(179,71,122); }

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