Html Css Color HEX #B8326E Rouge

📋 copy color: '#B8326E'

red 184 ◦ green 50 ◦ blue 110

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

Shades of Rouge #B8326E

Tints of Rouge #B8326E

RGB

 RED value IS 184 (72.27% from 255) = 53.49%

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 53.49%
G = 14.53%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8326E (or 0xB8326E) is known color: Rouge. HEX triplet: B8, 32 and 6E. RGB value is (184,50,110). Sum of RGB (Red+Green+Blue) = 184+50+110=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8326E is #47CD91. Grayscale: #606060. Windows color (decimal): -4705682 or 7221944. OLE color: 7221944.

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

Color convert

RGB 184 50 110 -
CMYK 0 0.73 0.40 0.28
HSL 333.13º 0.57% 0.46% -
HSV(B) 333.13º 0.73% 0.72% -
XYZ 23.72 13.6 16.13 -
YUV 96.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 184 50 110 0 0.73 0.40 0.28 333.13 0.57 0.46
Hex B8 32 6E 0 49 28 1C 14D 39 2E
Octal 270 62 156 0 111 50 34 515 71 56
Binary 10111000 110010 1101110 0 1001001 101000 11100 101001101 111001 101110

Color Harmonies of #B8326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8326E

Black with #B8326E

Text Example


Text Example

White with #B8326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8326E; }

 p { color: rgb(184,50,110); }

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

background-color css

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

 a { background-color: rgb(184,50,110); }

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

border-color css

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

 span { border-color: rgb(184,50,110); }

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