#B9366D

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

Shades of Rouge #B9366D

Tints of Rouge #B9366D

Color information

#B9366D (or 0xB9366D) is unknown color: approx Rouge. HEX triplet: B9, 36 and 6D. RGB value is (185,54,109). Sum of RGB (Red+Green+Blue) = 185+54+109=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366D is #46C992. Grayscale: #636363. Windows color (decimal): -4639123 or 7157433. OLE color: 7157433.

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

Color convert

RGB18554109-
CMYK00.710.410.27
HSL334.81º54.81%46.86%-
HSV(B)334.81º70.81%72.55%-
XYZ24.0914.0615.91-
YUV99.44133.4189.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=53.16%
G=15.52%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855410900.710.410.27334.8154.8146.86
HexB9366D047291B14f372f
Octal27166155010751335176757
Binary1011100111011011011010100011110100111011101001111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9366D; }

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

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

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

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

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

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

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

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