Html Css Color HEX #B9395D Rouge

📋 copy color: '#B9395D'

red 185 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B9395D

Tints of Rouge #B9395D

RGB

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

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

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

R = 55.22%
G = 17.01%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9395D (or 0xB9395D) is known color: Rouge. HEX triplet: B9, 39 and 5D. RGB value is (185,57,93). Sum of RGB (Red+Green+Blue) = 185+57+93=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B9395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9395D is #46C6A2. Grayscale: #636363. Windows color (decimal): -4638371 or 6109625. OLE color: 6109625.

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

Color convert

RGB 185 57 93 -
CMYK 0 0.69 0.50 0.27
HSL 343.13º 0.53% 0.47% -
HSV(B) 343.13º 0.69% 0.73% -
XYZ 23.45 14.03 11.83 -
YUV 99.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 185 57 93 0 0.69 0.50 0.27 343.13 0.53 0.47
Hex B9 39 5D 0 45 32 1B 157 35 2F
Octal 271 71 135 0 105 62 33 527 65 57
Binary 10111001 111001 1011101 0 1000101 110010 11011 101010111 110101 101111

Color Harmonies of #B9395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9395D

Black with #B9395D

Text Example


Text Example

White with #B9395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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