#B7395B

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

Shades of Rouge #B7395B

Tints of Rouge #B7395B

Color information

#B7395B (or 0xB7395B) is unknown color: approx Rouge. HEX triplet: B7, 39 and 5B. RGB value is (183,57,91). Sum of RGB (Red+Green+Blue) = 183+57+91=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7395B is #48C6A4. Grayscale: #626262. Windows color (decimal): -4769445 or 5978551. OLE color: 5978551.

HSL color Cylindrical-coordinate representation of color #B7395B: hue angle of 343.81º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7395B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1835791-
CMYK00.690.500.28
HSL343.81º52.5%47.06%-
HSV(B)343.81º68.85%71.76%-
XYZ22.8813.7511.35-
YUV98.55123.74188.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=55.29%
G=17.22%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183579100.690.500.28343.8152.547.06
HexB7395B045321C158342f
Octal26771133010562345306457
Binary1011011111100110110110100010111001011100101011000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7395B; }

 p { color: rgb(183,57,91); }

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

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

 a { background-color: rgb(183,57,91); }

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

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

 span { border-color: rgb(183,57,91); }

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