#B0466A

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

Shades of Rouge #B0466A

Tints of Rouge #B0466A

Color information

#B0466A (or 0xB0466A) is unknown color: approx Rouge. HEX triplet: B0, 46 and 6A. RGB value is (176,70,106). Sum of RGB (Red+Green+Blue) = 176+70+106=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0466A is #4FB995. Grayscale: #696969. Windows color (decimal): -5224854 or 6964912. OLE color: 6964912.

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

Color convert

RGB17670106-
CMYK00.600.400.31
HSL339.62º43.09%48.24%-
HSV(B)339.62º60.23%69.02%-
XYZ22.714.6515.27-
YUV105.8128.12178.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=50%
G=19.89%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767010600.600.400.31339.6243.0948.24
HexB0466A03C281F1542b30
Octal26010615207450375245360
Binary1011000010001101101010011110010100011111101010100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0466A; }

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

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

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

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

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

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

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

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