#B0466D

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

Shades of Royal Heath #B0466D

Tints of Royal Heath #B0466D

Color information

#B0466D (or 0xB0466D) is unknown color: approx Royal Heath. HEX triplet: B0, 46 and 6D. RGB value is (176,70,109). Sum of RGB (Red+Green+Blue) = 176+70+109=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0466D is #4FB992. Grayscale: #6A6A6A. Windows color (decimal): -5224851 or 7161520. OLE color: 7161520.

HSL color Cylindrical-coordinate representation of color #B0466D: hue angle of 337.92º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0466D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17670109-
CMYK00.600.380.31
HSL337.92º43.09%48.24%-
HSV(B)337.92º60.23%69.02%-
XYZ22.8514.7116.1-
YUV106.14129.62177.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.58%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=49.58%
G=19.72%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767010900.600.380.31337.9243.0948.24
HexB0466D03C261F1522b30
Octal26010615507446375225360
Binary1011000010001101101101011110010011011111101010010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0466D; }

 p { color: rgb(176,70,109); }

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

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

 a { background-color: rgb(176,70,109); }

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

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

 span { border-color: rgb(176,70,109); }

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