#B9376C

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

Shades of Rouge #B9376C

Tints of Rouge #B9376C

Color information

#B9376C (or 0xB9376C) is unknown color: approx Rouge. HEX triplet: B9, 37 and 6C. RGB value is (185,55,108). Sum of RGB (Red+Green+Blue) = 185+55+108=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376C is #46C893. Grayscale: #636363. Windows color (decimal): -4638868 or 7092153. OLE color: 7092153.

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

Color convert

RGB18555108-
CMYK00.700.420.27
HSL335.54º54.17%47.06%-
HSV(B)335.54º70.27%72.55%-
XYZ24.0814.1315.65-
YUV99.91132.57188.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=53.16%
G=15.80%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855510800.700.420.27335.5454.1747.06
HexB9376C0462A1B150362f
Octal27167154010652335206657
Binary1011100111011111011000100011010101011011101010000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9376C; }

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

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

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

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

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

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

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

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