Html Css Color HEX #B9375D Rouge

📋 copy color: '#B9375D'

red 185 ◦ green 55 ◦ blue 93

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

Shades of Rouge #B9375D

Tints of Rouge #B9375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 55.56%
G = 16.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9375D (or 0xB9375D) is known color: Rouge. HEX triplet: B9, 37 and 5D. RGB value is (185,55,93). Sum of RGB (Red+Green+Blue) = 185+55+93=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9375D is #46C8A2. Grayscale: #626262. Windows color (decimal): -4638883 or 6109113. OLE color: 6109113.

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

Color convert

RGB 185 55 93 -
CMYK 0 0.70 0.50 0.27
HSL 342.46º 0.54% 0.47% -
HSV(B) 342.46º 0.7% 0.73% -
XYZ 23.35 13.84 11.8 -
YUV 98.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 185 55 93 0 0.70 0.50 0.27 342.46 0.54 0.47
Hex B9 37 5D 0 46 32 1B 156 36 2F
Octal 271 67 135 0 106 62 33 526 66 57
Binary 10111001 110111 1011101 0 1000110 110010 11011 101010110 110110 101111

Color Harmonies of #B9375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9375D

Black with #B9375D

Text Example


Text Example

White with #B9375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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