#B9395C

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

Shades of Rouge #B9395C

Tints of Rouge #B9395C

Color information

#B9395C (or 0xB9395C) is unknown color: approx Rouge. HEX triplet: B9, 39 and 5C. RGB value is (185,57,92). Sum of RGB (Red+Green+Blue) = 185+57+92=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9395C is #46C6A3. Grayscale: #636363. Windows color (decimal): -4638372 or 6044089. OLE color: 6044089.

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

Color convert

RGB1855792-
CMYK00.690.500.27
HSL343.59º52.89%47.45%-
HSV(B)343.59º69.19%72.55%-
XYZ23.414.0111.6-
YUV99.26123.91189.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=55.39%
G=17.07%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185579200.690.500.27343.5952.8947.45
HexB9395C045321B158352f
Octal27171134010562335306557
Binary1011100111100110111000100010111001011011101011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9395C; }

 p { color: rgb(185,57,92); }

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

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

 a { background-color: rgb(185,57,92); }

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

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

 span { border-color: rgb(185,57,92); }

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