Html Css Color HEX #B9375F Rouge

📋 copy color: '#B9375F'

red 185 ◦ green 55 ◦ blue 95

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

Shades of Rouge #B9375F

Tints of Rouge #B9375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 55.22%
G = 16.42%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9375F (or 0xB9375F) is known color: Rouge. HEX triplet: B9, 37 and 5F. RGB value is (185,55,95). Sum of RGB (Red+Green+Blue) = 185+55+95=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9375F is #46C8A0. Grayscale: #626262. Windows color (decimal): -4638881 or 6240185. OLE color: 6240185.

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

Color convert

RGB 185 55 95 -
CMYK 0 0.70 0.49 0.27
HSL 341.54º 0.54% 0.47% -
HSV(B) 341.54º 0.7% 0.73% -
XYZ 23.44 13.87 12.27 -
YUV 98.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 185 55 95 0 0.70 0.49 0.27 341.54 0.54 0.47
Hex B9 37 5F 0 46 31 1B 156 36 2F
Octal 271 67 137 0 106 61 33 526 66 57
Binary 10111001 110111 1011111 0 1000110 110001 11011 101010110 110110 101111

Color Harmonies of #B9375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9375F

Black with #B9375F

Text Example


Text Example

White with #B9375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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