Html Css Color HEX #B9366B Rouge

📋 copy color: '#B9366B'

red 185 ◦ green 54 ◦ blue 107

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

Shades of Rouge #B9366B

Tints of Rouge #B9366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 53.47%
G = 15.61%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9366B (or 0xB9366B) is known color: Rouge. HEX triplet: B9, 36 and 6B. RGB value is (185,54,107). Sum of RGB (Red+Green+Blue) = 185+54+107=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366B is #46C994. Grayscale: #636363. Windows color (decimal): -4639125 or 7026361. OLE color: 7026361.

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

Color convert

RGB 185 54 107 -
CMYK 0 0.71 0.42 0.27
HSL 335.73º 0.55% 0.47% -
HSV(B) 335.73º 0.71% 0.73% -
XYZ 23.98 14.01 15.35 -
YUV 99.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 185 54 107 0 0.71 0.42 0.27 335.73 0.55 0.47
Hex B9 36 6B 0 47 2A 1B 150 37 2F
Octal 271 66 153 0 107 52 33 520 67 57
Binary 10111001 110110 1101011 0 1000111 101010 11011 101010000 110111 101111

Color Harmonies of #B9366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9366B

Black with #B9366B

Text Example


Text Example

White with #B9366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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