#B2406C

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

Shades of Rouge #B2406C

Tints of Rouge #B2406C

Color information

#B2406C (or 0xB2406C) is unknown color: approx Rouge. HEX triplet: B2, 40 and 6C. RGB value is (178,64,108). Sum of RGB (Red+Green+Blue) = 178+64+108=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2406C is #4DBF93. Grayscale: #676767. Windows color (decimal): -5095316 or 7094450. OLE color: 7094450.

HSL color Cylindrical-coordinate representation of color #B2406C: hue angle of 336.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2406C is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17864108-
CMYK00.640.390.30
HSL336.84º47.11%47.45%-
HSV(B)336.84º64.04%69.8%-
XYZ22.914.2115.72-
YUV103.1130.77181.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=50.86%
G=18.29%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786410800.640.390.30336.8447.1147.45
HexB2406C040271E1512f2f
Octal262100154010047365215757
Binary10110010100000011011000100000010011111110101010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2406C; }

 p { color: rgb(178,64,108); }

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

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

 a { background-color: rgb(178,64,108); }

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

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

 span { border-color: rgb(178,64,108); }

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