#B6406A

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

Shades of Rouge #B6406A

Tints of Rouge #B6406A

Color information

#B6406A (or 0xB6406A) is unknown color: approx Rouge. HEX triplet: B6, 40 and 6A. RGB value is (182,64,106). Sum of RGB (Red+Green+Blue) = 182+64+106=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B6406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6406A is #49BF95. Grayscale: #686868. Windows color (decimal): -4833174 or 6963382. OLE color: 6963382.

HSL color Cylindrical-coordinate representation of color #B6406A: hue angle of 338.64º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6406A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18264106-
CMYK00.650.420.29
HSL338.64º47.97%48.24%-
HSV(B)338.64º64.84%71.37%-
XYZ23.7314.6515.21-
YUV104.07129.09183.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=51.70%
G=18.18%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826410600.650.420.29338.6447.9748.24
HexB6406A0412A1D1533030
Octal266100152010152355236060
Binary10110110100000011010100100000110101011101101010011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6406A; }

 p { color: rgb(182,64,106); }

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

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

 a { background-color: rgb(182,64,106); }

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

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

 span { border-color: rgb(182,64,106); }

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