#B3486C

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

Shades of Royal Heath #B3486C

Tints of Royal Heath #B3486C

Color information

#B3486C (or 0xB3486C) is unknown color: approx Royal Heath. HEX triplet: B3, 48 and 6C. RGB value is (179,72,108). Sum of RGB (Red+Green+Blue) = 179+72+108=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3486C is #4CB793. Grayscale: #6C6C6C. Windows color (decimal): -5027732 or 7096499. OLE color: 7096499.

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

Color convert

RGB17972108-
CMYK00.600.400.30
HSL339.81º42.63%49.22%-
HSV(B)339.81º59.78%70.2%-
XYZ23.6115.315.9-
YUV108.1127.95178.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=49.86%
G=20.06%
B=30.08%

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
Decimal1797210800.600.400.30339.8142.6349.22
HexB3486C03C281E1542b31
Octal26311015407450365245361
Binary1011001110010001101100011110010100011110101010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3486C; }

 p { color: rgb(179,72,108); }

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

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

 a { background-color: rgb(179,72,108); }

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

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

 span { border-color: rgb(179,72,108); }

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