Html Css Color HEX #B9365D Rouge

📋 copy color: '#B9365D'

red 185 ◦ green 54 ◦ blue 93

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

Shades of Rouge #B9365D

Tints of Rouge #B9365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 55.72%
G = 16.27%
B = 28.01%

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

#B9365D (or 0xB9365D) is known color: Rouge. HEX triplet: B9, 36 and 5D. RGB value is (185,54,93). Sum of RGB (Red+Green+Blue) = 185+54+93=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365D is #46C9A2. Grayscale: #616161. Windows color (decimal): -4639139 or 6108857. OLE color: 6108857.

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

Color convert

RGB 185 54 93 -
CMYK 0 0.71 0.50 0.27
HSL 342.14º 0.55% 0.47% -
HSV(B) 342.14º 0.71% 0.73% -
XYZ 23.3 13.74 11.78 -
YUV 97.62 125.4 190.33 -
System Red Green Blue C M Y K H S L
Decimal 185 54 93 0 0.71 0.50 0.27 342.14 0.55 0.47
Hex B9 36 5D 0 47 32 1B 156 37 2F
Octal 271 66 135 0 107 62 33 526 67 57
Binary 10111001 110110 1011101 0 1000111 110010 11011 101010110 110111 101111

Color Harmonies of #B9365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9365D

Black with #B9365D

Text Example


Text Example

White with #B9365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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