#B9365D

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

Shades of Rouge #B9365D

Tints of Rouge #B9365D

Color information

#B9365D (or 0xB9365D) is unknown color: approx Rouge. HEX triplet: B9, 36 and 5D. RGB value is (185,54,93). Sum of RGB (Red+Green+Blue) = 185+54+93=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365D is #46C9A2. Grayscale: #616161. Windows color (decimal): -4639139 or 6108857. OLE color: 6108857.

HSL color Cylindrical-coordinate representation of color #B9365D: hue angle of 342.14º 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 #B9365D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1855493-
CMYK00.710.500.27
HSL342.14º54.81%46.86%-
HSV(B)342.14º70.81%72.55%-
XYZ23.313.7411.78-
YUV97.62125.4190.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 54 (21.48% from 255) = 16.27%
BLUE value IS 93 (36.72% from 255) = 28.01%
R=55.72%
G=16.27%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185549300.710.500.27342.1454.8146.86
HexB9365D047321B156372f
Octal27166135010762335266757
Binary1011100111011010111010100011111001011011101010110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9365D; }

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

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

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

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

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

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

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

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