Html Css Color HEX #B9376D Rouge

📋 copy color: '#B9376D'

red 185 ◦ green 55 ◦ blue 109

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

Shades of Rouge #B9376D

Tints of Rouge #B9376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 53.01%
G = 15.76%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9376D (or 0xB9376D) is known color: Rouge. HEX triplet: B9, 37 and 6D. RGB value is (185,55,109). Sum of RGB (Red+Green+Blue) = 185+55+109=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376D is #46C892. Grayscale: #636363. Windows color (decimal): -4638867 or 7157689. OLE color: 7157689.

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

Color convert

RGB 185 55 109 -
CMYK 0 0.70 0.41 0.27
HSL 335.08º 0.54% 0.47% -
HSV(B) 335.08º 0.7% 0.73% -
XYZ 24.13 14.15 15.93 -
YUV 100.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 185 55 109 0 0.70 0.41 0.27 335.08 0.54 0.47
Hex B9 37 6D 0 46 29 1B 14F 36 2F
Octal 271 67 155 0 106 51 33 517 66 57
Binary 10111001 110111 1101101 0 1000110 101001 11011 101001111 110110 101111

Color Harmonies of #B9376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9376D

Black with #B9376D

Text Example


Text Example

White with #B9376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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