Html Css Color HEX #B9386B Rouge

📋 copy color: '#B9386B'

red 185 ◦ green 56 ◦ blue 107

#B9386B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B9386B

Tints of Rouge #B9386B

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 value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9386B (or 0xB9386B) is known color: 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

RGB 185 56 107 -
CMYK 0 0.70 0.42 0.27
HSL 336.28º 0.54% 0.47% -
HSV(B) 336.28º 0.7% 0.73% -
XYZ 24.08 14.2 15.38 -
YUV 100.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 185 56 107 0 0.70 0.42 0.27 336.28 0.54 0.47
Hex B9 38 6B 0 46 2A 1B 150 36 2F
Octal 271 70 153 0 106 52 33 520 66 57
Binary 10111001 111000 1101011 0 1000110 101010 11011 101010000 110110 101111

Color Harmonies of #B9386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9386B

Black with #B9386B

Text Example


Text Example

White with #B9386B

Text Example


Text Example

HTML Codes & Css Web 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>