#B9386B

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

Shades of Rouge #B9386B

Tints of Rouge #B9386B

Color information

#B9386B (or 0xB9386B) is unknown color: approx Rouge. HEX triplet: B9, 38 and 6B. RGB value is (185,56,107). Sum of RGB (Red+Green+Blue) = 185+56+107=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9386B is #46C794. Grayscale: #646464. Windows color (decimal): -4638613 or 7026873. OLE color: 7026873.

HSL color Cylindrical-coordinate representation of color #B9386B: hue angle of 336.28º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9386B is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18556107-
CMYK00.700.420.27
HSL336.28º53.53%47.25%-
HSV(B)336.28º69.73%72.55%-
XYZ24.0814.215.38-
YUV100.38131.74188.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=53.16%
G=16.09%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1855610700.700.420.27336.2853.5347.25
HexB9386B0462A1B150362f
Octal27170153010652335206657
Binary1011100111100011010110100011010101011011101010000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9386B; }

 p { color: rgb(185,56,107); }

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

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

 a { background-color: rgb(185,56,107); }

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

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

 span { border-color: rgb(185,56,107); }

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