#B7396A

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

Shades of Rouge #B7396A

Tints of Rouge #B7396A

Color information

#B7396A (or 0xB7396A) is unknown color: approx Rouge. HEX triplet: B7, 39 and 6A. RGB value is (183,57,106). Sum of RGB (Red+Green+Blue) = 183+57+106=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7396A is #48C695. Grayscale: #646464. Windows color (decimal): -4769430 or 6961591. OLE color: 6961591.

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

Color convert

RGB18357106-
CMYK00.690.420.28
HSL336.67º52.5%47.06%-
HSV(B)336.67º68.85%71.76%-
XYZ23.5914.0315.1-
YUV100.26131.24187.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.89%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=52.89%
G=16.47%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835710600.690.420.28336.6752.547.06
HexB7396A0452A1C151342f
Octal26771152010552345216457
Binary1011011111100111010100100010110101011100101010001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7396A; }

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

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

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

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

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

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

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

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