#B7396C

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

Shades of Rouge #B7396C

Tints of Rouge #B7396C

Color information

#B7396C (or 0xB7396C) is unknown color: approx Rouge. HEX triplet: B7, 39 and 6C. RGB value is (183,57,108). Sum of RGB (Red+Green+Blue) = 183+57+108=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7396C is #48C693. Grayscale: #646464. Windows color (decimal): -4769428 or 7092663. OLE color: 7092663.

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

Color convert

RGB18357108-
CMYK00.690.410.28
HSL335.71º52.5%47.06%-
HSV(B)335.71º68.85%71.76%-
XYZ23.714.0815.66-
YUV100.49132.24186.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=52.59%
G=16.38%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835710800.690.410.28335.7152.547.06
HexB7396C045291C150342f
Octal26771154010551345206457
Binary1011011111100111011000100010110100111100101010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7396C; }

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

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

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

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

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

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

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

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