#B7316F

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

Shades of Rouge #B7316F

Tints of Rouge #B7316F

Color information

#B7316F (or 0xB7316F) is unknown color: approx Rouge. HEX triplet: B7, 31 and 6F. RGB value is (183,49,111). Sum of RGB (Red+Green+Blue) = 183+49+111=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7316F is #48CE90. Grayscale: #606060. Windows color (decimal): -4771473 or 7287223. OLE color: 7287223.

HSL color Cylindrical-coordinate representation of color #B7316F: hue angle of 332.24º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7316F is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18349111-
CMYK00.730.390.28
HSL332.24º57.76%45.49%-
HSV(B)332.24º73.22%71.76%-
XYZ23.513.4116.39-
YUV96.13136.39189.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=53.35%
G=14.29%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834911100.730.390.28332.2457.7645.49
HexB7316F049271C14c3a2d
Octal26761157011147345147255
Binary1011011111000111011110100100110011111100101001100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7316F; }

 p { color: rgb(183,49,111); }

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

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

 a { background-color: rgb(183,49,111); }

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

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

 span { border-color: rgb(183,49,111); }

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