Html Css Color HEX #B9355D Rouge

📋 copy color: '#B9355D'

red 185 ◦ green 53 ◦ blue 93

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

Shades of Rouge #B9355D

Tints of Rouge #B9355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

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

R = 55.89%
G = 16.01%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9355D (or 0xB9355D) is known color: Rouge. HEX triplet: B9, 35 and 5D. RGB value is (185,53,93). Sum of RGB (Red+Green+Blue) = 185+53+93=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355D is #46CAA2. Grayscale: #616161. Windows color (decimal): -4639395 or 6108601. OLE color: 6108601.

HSL color Cylindrical-coordinate representation of color #B9355D: hue angle of 341.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9355D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 93 -
CMYK 0 0.71 0.50 0.27
HSL 341.82º 0.55% 0.47% -
HSV(B) 341.82º 0.71% 0.73% -
XYZ 23.26 13.65 11.77 -
YUV 97.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 185 53 93 0 0.71 0.50 0.27 341.82 0.55 0.47
Hex B9 35 5D 0 47 32 1B 156 37 2F
Octal 271 65 135 0 107 62 33 526 67 57
Binary 10111001 110101 1011101 0 1000111 110010 11011 101010110 110111 101111

Color Harmonies of #B9355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9355D

Black with #B9355D

Text Example


Text Example

White with #B9355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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