Html Css Color HEX #B9385D Rouge

📋 copy color: '#B9385D'

red 185 ◦ green 56 ◦ blue 93

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

Shades of Rouge #B9385D

Tints of Rouge #B9385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 55.39%
G = 16.77%
B = 27.84%

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

#B9385D (or 0xB9385D) is known color: Rouge. HEX triplet: B9, 38 and 5D. RGB value is (185,56,93). Sum of RGB (Red+Green+Blue) = 185+56+93=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B9385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9385D is #46C7A2. Grayscale: #626262. Windows color (decimal): -4638627 or 6109369. OLE color: 6109369.

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

Color convert

RGB 185 56 93 -
CMYK 0 0.70 0.50 0.27
HSL 342.79º 0.54% 0.47% -
HSV(B) 342.79º 0.7% 0.73% -
XYZ 23.4 13.93 11.81 -
YUV 98.79 124.74 189.49 -
System Red Green Blue C M Y K H S L
Decimal 185 56 93 0 0.70 0.50 0.27 342.79 0.54 0.47
Hex B9 38 5D 0 46 32 1B 157 36 2F
Octal 271 70 135 0 106 62 33 527 66 57
Binary 10111001 111000 1011101 0 1000110 110010 11011 101010111 110110 101111

Color Harmonies of #B9385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9385D

Black with #B9385D

Text Example


Text Example

White with #B9385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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