Html Css Color HEX #B8325F Rouge

📋 copy color: '#B8325F'

red 184 ◦ green 50 ◦ blue 95

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

Shades of Rouge #B8325F

Tints of Rouge #B8325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 55.93%
G = 15.2%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8325F (or 0xB8325F) is known color: Rouge. HEX triplet: B8, 32 and 5F. RGB value is (184,50,95). Sum of RGB (Red+Green+Blue) = 184+50+95=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8325F is #47CDA0. Grayscale: #5F5F5F. Windows color (decimal): -4705697 or 6238904. OLE color: 6238904.

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

Color convert

RGB 184 50 95 -
CMYK 0 0.73 0.48 0.28
HSL 339.85º 0.57% 0.46% -
HSV(B) 339.85º 0.73% 0.72% -
XYZ 22.97 13.3 12.18 -
YUV 95.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 184 50 95 0 0.73 0.48 0.28 339.85 0.57 0.46
Hex B8 32 5F 0 49 30 1C 154 39 2E
Octal 270 62 137 0 111 60 34 524 71 56
Binary 10111000 110010 1011111 0 1001001 110000 11100 101010100 111001 101110

Color Harmonies of #B8325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8325F

Black with #B8325F

Text Example


Text Example

White with #B8325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8325F; }

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

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

background-color css

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

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

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

border-color css

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

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

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