Html Css Color HEX #B9326D Rouge

📋 copy color: '#B9326D'

red 185 ◦ green 50 ◦ blue 109

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

Shades of Rouge #B9326D

Tints of Rouge #B9326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 53.78%
G = 14.53%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9326D (or 0xB9326D) is known color: Rouge. HEX triplet: B9, 32 and 6D. RGB value is (185,50,109). Sum of RGB (Red+Green+Blue) = 185+50+109=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9326D is #46CD92. Grayscale: #606060. Windows color (decimal): -4640147 or 7156409. OLE color: 7156409.

HSL color Cylindrical-coordinate representation of color #B9326D: hue angle of 333.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9326D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 109 -
CMYK 0 0.73 0.41 0.27
HSL 333.78º 0.57% 0.46% -
HSV(B) 333.78º 0.73% 0.73% -
XYZ 23.91 13.7 15.85 -
YUV 97.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 185 50 109 0 0.73 0.41 0.27 333.78 0.57 0.46
Hex B9 32 6D 0 49 29 1B 14E 39 2E
Octal 271 62 155 0 111 51 33 516 71 56
Binary 10111001 110010 1101101 0 1001001 101001 11011 101001110 111001 101110

Color Harmonies of #B9326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9326D

Black with #B9326D

Text Example


Text Example

White with #B9326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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