Html Css Color HEX #B9396C Rouge

📋 copy color: '#B9396C'

red 185 ◦ green 57 ◦ blue 108

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

Shades of Rouge #B9396C

Tints of Rouge #B9396C

RGB

 RED value IS 185 (72.66% from 255) = 52.86%

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 52.86%
G = 16.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9396C (or 0xB9396C) is known color: Rouge. HEX triplet: B9, 39 and 6C. RGB value is (185,57,108). Sum of RGB (Red+Green+Blue) = 185+57+108=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9396C is #46C693. Grayscale: #656565. Windows color (decimal): -4638356 or 7092665. OLE color: 7092665.

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

Color convert

RGB 185 57 108 -
CMYK 0 0.69 0.42 0.27
HSL 336.09º 0.53% 0.47% -
HSV(B) 336.09º 0.69% 0.73% -
XYZ 24.18 14.32 15.68 -
YUV 101.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 185 57 108 0 0.69 0.42 0.27 336.09 0.53 0.47
Hex B9 39 6C 0 45 2A 1B 150 35 2F
Octal 271 71 154 0 105 52 33 520 65 57
Binary 10111001 111001 1101100 0 1000101 101010 11011 101010000 110101 101111

Color Harmonies of #B9396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9396C

Black with #B9396C

Text Example


Text Example

White with #B9396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9396C; }

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

 H1.HeaderClassName
 {
   color: #B9396C;
 }
 .AnyTagClassName
 {
   color: #B9396C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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