#B6365D

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

Shades of Rouge #B6365D

Tints of Rouge #B6365D

Color information

#B6365D (or 0xB6365D) is unknown color: approx Rouge. HEX triplet: B6, 36 and 5D. RGB value is (182,54,93). Sum of RGB (Red+Green+Blue) = 182+54+93=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B6365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6365D is #49C9A2. Grayscale: #606060. Windows color (decimal): -4835747 or 6108854. OLE color: 6108854.

HSL color Cylindrical-coordinate representation of color #B6365D: hue angle of 341.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6365D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1825493-
CMYK00.700.490.29
HSL341.72º54.24%46.27%-
HSV(B)341.72º70.33%71.37%-
XYZ22.5913.3711.75-
YUV96.72125.91188.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.32%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=55.32%
G=16.41%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182549300.700.490.29341.7254.2446.27
HexB6365D046311D156362e
Octal26666135010661355266656
Binary1011011011011010111010100011011000111101101010110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6365D; }

 p { color: rgb(182,54,93); }

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

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

 a { background-color: rgb(182,54,93); }

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

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

 span { border-color: rgb(182,54,93); }

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