#B6405F

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

Shades of Rouge #B6405F

Tints of Rouge #B6405F

Color information

#B6405F (or 0xB6405F) is unknown color: approx Rouge. HEX triplet: B6, 40 and 5F. RGB value is (182,64,95). Sum of RGB (Red+Green+Blue) = 182+64+95=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6405F is #49BFA0. Grayscale: #666666. Windows color (decimal): -4833185 or 6242486. OLE color: 6242486.

HSL color Cylindrical-coordinate representation of color #B6405F: hue angle of 344.24º 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 #B6405F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1826495-
CMYK00.650.480.29
HSL344.24º47.97%48.24%-
HSV(B)344.24º64.84%71.37%-
XYZ23.1914.4412.39-
YUV102.82123.59184.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 64 (25.39% from 255) = 18.77%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=53.37%
G=18.77%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182649500.650.480.29344.2447.9748.24
HexB6405F041301D1583030
Octal266100137010160355306060
Binary10110110100000010111110100000111000011101101011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6405F; }

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

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

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

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

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

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

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

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