#B7376D

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

Shades of Rouge #B7376D

Tints of Rouge #B7376D

Color information

#B7376D (or 0xB7376D) is unknown color: approx Rouge. HEX triplet: B7, 37 and 6D. RGB value is (183,55,109). Sum of RGB (Red+Green+Blue) = 183+55+109=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7376D is #48C892. Grayscale: #636363. Windows color (decimal): -4769939 or 7157687. OLE color: 7157687.

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

Color convert

RGB18355109-
CMYK00.700.400.28
HSL334.69º53.78%46.67%-
HSV(B)334.69º69.95%71.76%-
XYZ23.6513.915.9-
YUV99.43133.41187.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 55 (21.88% from 255) = 15.85%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=52.74%
G=15.85%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835510900.700.400.28334.6953.7846.67
HexB7376D046281C14f362f
Octal26767155010650345176657
Binary1011011111011111011010100011010100011100101001111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7376D; }

 p { color: rgb(183,55,109); }

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

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

 a { background-color: rgb(183,55,109); }

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

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

 span { border-color: rgb(183,55,109); }

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