#B7386D

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

Shades of Rouge #B7386D

Tints of Rouge #B7386D

Color information

#B7386D (or 0xB7386D) is unknown color: approx Rouge. HEX triplet: B7, 38 and 6D. RGB value is (183,56,109). Sum of RGB (Red+Green+Blue) = 183+56+109=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7386D is #48C792. Grayscale: #636363. Windows color (decimal): -4769683 or 7157943. OLE color: 7157943.

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

Color convert

RGB18356109-
CMYK00.690.400.28
HSL334.96º53.14%46.86%-
HSV(B)334.96º69.4%71.76%-
XYZ23.71415.92-
YUV100.02133.08187.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=52.59%
G=16.09%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835610900.690.400.28334.9653.1446.86
HexB7386D045281C14f352f
Octal26770155010550345176557
Binary1011011111100011011010100010110100011100101001111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7386D; }

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

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

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

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

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

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

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

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