Html Css Color HEX #B9385F Rouge

📋 copy color: '#B9385F'

red 185 ◦ green 56 ◦ blue 95

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

Shades of Rouge #B9385F

Tints of Rouge #B9385F

RGB

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

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

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

R = 55.06%
G = 16.67%
B = 28.27%

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

#B9385F (or 0xB9385F) is known color: Rouge. HEX triplet: B9, 38 and 5F. RGB value is (185,56,95). Sum of RGB (Red+Green+Blue) = 185+56+95=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B9385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9385F is #46C7A0. Grayscale: #626262. Windows color (decimal): -4638625 or 6240441. OLE color: 6240441.

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

Color convert

RGB 185 56 95 -
CMYK 0 0.70 0.49 0.27
HSL 341.86º 0.54% 0.47% -
HSV(B) 341.86º 0.7% 0.73% -
XYZ 23.49 13.97 12.28 -
YUV 99.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 185 56 95 0 0.70 0.49 0.27 341.86 0.54 0.47
Hex B9 38 5F 0 46 31 1B 156 36 2F
Octal 271 70 137 0 106 61 33 526 66 57
Binary 10111001 111000 1011111 0 1000110 110001 11011 101010110 110110 101111

Color Harmonies of #B9385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9385F

Black with #B9385F

Text Example


Text Example

White with #B9385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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