#B6365C

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

Shades of Rouge #B6365C

Tints of Rouge #B6365C

Color information

#B6365C (or 0xB6365C) is unknown color: approx Rouge. HEX triplet: B6, 36 and 5C. RGB value is (182,54,92). Sum of RGB (Red+Green+Blue) = 182+54+92=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6365C is #49C9A3. Grayscale: #606060. Windows color (decimal): -4835748 or 6043318. OLE color: 6043318.

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

Color convert

RGB1825492-
CMYK00.700.490.29
HSL342.19º54.24%46.27%-
HSV(B)342.19º70.33%71.37%-
XYZ22.5413.3611.52-
YUV96.6125.41188.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 54 (21.48% from 255) = 16.46%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=55.49%
G=16.46%
B=28.05%

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
Decimal182549200.700.490.29342.1954.2446.27
HexB6365C046311D156362e
Octal26666134010661355266656
Binary1011011011011010111000100011011000111101101010110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6365C; }

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

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

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

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

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

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

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

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