Html Css Color HEX #B9366D Rouge

📋 copy color: '#B9366D'

red 185 ◦ green 54 ◦ blue 109

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

Shades of Rouge #B9366D

Tints of Rouge #B9366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 53.16%
G = 15.52%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9366D (or 0xB9366D) is known color: Rouge. HEX triplet: B9, 36 and 6D. RGB value is (185,54,109). Sum of RGB (Red+Green+Blue) = 185+54+109=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366D is #46C992. Grayscale: #636363. Windows color (decimal): -4639123 or 7157433. OLE color: 7157433.

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

Color convert

RGB 185 54 109 -
CMYK 0 0.71 0.41 0.27
HSL 334.81º 0.55% 0.47% -
HSV(B) 334.81º 0.71% 0.73% -
XYZ 24.09 14.06 15.91 -
YUV 99.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 185 54 109 0 0.71 0.41 0.27 334.81 0.55 0.47
Hex B9 36 6D 0 47 29 1B 14F 37 2F
Octal 271 66 155 0 107 51 33 517 67 57
Binary 10111001 110110 1101101 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #B9366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9366D

Black with #B9366D

Text Example


Text Example

White with #B9366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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