#B9356C

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

Shades of Rouge #B9356C

Tints of Rouge #B9356C

Color information

#B9356C (or 0xB9356C) is unknown color: approx Rouge. HEX triplet: B9, 35 and 6C. RGB value is (185,53,108). Sum of RGB (Red+Green+Blue) = 185+53+108=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9356C is #46CA93. Grayscale: #626262. Windows color (decimal): -4639380 or 7091641. OLE color: 7091641.

HSL color Cylindrical-coordinate representation of color #B9356C: hue angle of 335º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9356C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18553108-
CMYK00.710.420.27
HSL335º55.46%46.67%-
HSV(B)335º71.35%72.55%-
XYZ23.9913.9415.61-
YUV98.74133.23189.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=53.47%
G=15.32%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855310800.710.420.2733555.4646.67
HexB9356C0472A1B14f372f
Octal27165154010752335176757
Binary1011100111010111011000100011110101011011101001111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9356C; }

 p { color: rgb(185,53,108); }

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

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

 a { background-color: rgb(185,53,108); }

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

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

 span { border-color: rgb(185,53,108); }

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