Html Css Color HEX #B8326F Rouge

📋 copy color: '#B8326F'

red 184 ◦ green 50 ◦ blue 111

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

Shades of Rouge #B8326F

Tints of Rouge #B8326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 53.33%
G = 14.49%
B = 32.17%

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

#B8326F (or 0xB8326F) is known color: Rouge. HEX triplet: B8, 32 and 6F. RGB value is (184,50,111). Sum of RGB (Red+Green+Blue) = 184+50+111=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8326F is #47CD90. Grayscale: #606060. Windows color (decimal): -4705681 or 7287480. OLE color: 7287480.

HSL color Cylindrical-coordinate representation of color #B8326F: hue angle of 332.69º 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 #B8326F is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 111 -
CMYK 0 0.73 0.40 0.28
HSL 332.69º 0.57% 0.46% -
HSV(B) 332.69º 0.73% 0.72% -
XYZ 23.78 13.62 16.41 -
YUV 97.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 184 50 111 0 0.73 0.40 0.28 332.69 0.57 0.46
Hex B8 32 6F 0 49 28 1C 14D 39 2E
Octal 270 62 157 0 111 50 34 515 71 56
Binary 10111000 110010 1101111 0 1001001 101000 11100 101001101 111001 101110

Color Harmonies of #B8326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8326F

Black with #B8326F

Text Example


Text Example

White with #B8326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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