Html Css Color HEX #B9376C Rouge

📋 copy color: '#B9376C'

red 185 ◦ green 55 ◦ blue 108

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

Shades of Rouge #B9376C

Tints of Rouge #B9376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

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

R = 53.16%
G = 15.8%
B = 31.03%

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

#B9376C (or 0xB9376C) is known color: Rouge. HEX triplet: B9, 37 and 6C. RGB value is (185,55,108). Sum of RGB (Red+Green+Blue) = 185+55+108=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376C is #46C893. Grayscale: #636363. Windows color (decimal): -4638868 or 7092153. OLE color: 7092153.

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

Color convert

RGB 185 55 108 -
CMYK 0 0.70 0.42 0.27
HSL 335.54º 0.54% 0.47% -
HSV(B) 335.54º 0.7% 0.73% -
XYZ 24.08 14.13 15.65 -
YUV 99.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 185 55 108 0 0.70 0.42 0.27 335.54 0.54 0.47
Hex B9 37 6C 0 46 2A 1B 150 36 2F
Octal 271 67 154 0 106 52 33 520 66 57
Binary 10111001 110111 1101100 0 1000110 101010 11011 101010000 110110 101111

Color Harmonies of #B9376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9376C

Black with #B9376C

Text Example


Text Example

White with #B9376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9376C; }

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

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

background-color css

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

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

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

border-color css

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

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

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