#B3476A

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

Shades of Royal Heath #B3476A

Tints of Royal Heath #B3476A

Color information

#B3476A (or 0xB3476A) is unknown color: approx Royal Heath. HEX triplet: B3, 47 and 6A. RGB value is (179,71,106). Sum of RGB (Red+Green+Blue) = 179+71+106=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3476A is #4CB895. Grayscale: #6B6B6B. Windows color (decimal): -5027990 or 6965171. OLE color: 6965171.

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

Color convert

RGB17971106-
CMYK00.600.410.30
HSL340.56º43.2%49.02%-
HSV(B)340.56º60.34%70.2%-
XYZ23.4515.1315.32-
YUV107.28127.28179.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=50.28%
G=19.94%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797110600.600.410.30340.5643.249.02
HexB3476A03C291E1552b31
Octal26310715207451365255361
Binary1011001110001111101010011110010100111110101010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3476A; }

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

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

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

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

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

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

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

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