Html Css Color HEX #B9366A Rouge

📋 copy color: '#B9366A'

red 185 ◦ green 54 ◦ blue 106

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

Shades of Rouge #B9366A

Tints of Rouge #B9366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 53.62%
G = 15.65%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9366A (or 0xB9366A) is known color: Rouge. HEX triplet: B9, 36 and 6A. RGB value is (185,54,106). Sum of RGB (Red+Green+Blue) = 185+54+106=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9366A is #46C995. Grayscale: #636363. Windows color (decimal): -4639126 or 6960825. OLE color: 6960825.

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

Color convert

RGB 185 54 106 -
CMYK 0 0.71 0.43 0.27
HSL 336.18º 0.55% 0.47% -
HSV(B) 336.18º 0.71% 0.73% -
XYZ 23.93 13.99 15.08 -
YUV 99.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 185 54 106 0 0.71 0.43 0.27 336.18 0.55 0.47
Hex B9 36 6A 0 47 2B 1B 150 37 2F
Octal 271 66 152 0 107 53 33 520 67 57
Binary 10111001 110110 1101010 0 1000111 101011 11011 101010000 110111 101111

Color Harmonies of #B9366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9366A

Black with #B9366A

Text Example


Text Example

White with #B9366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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