Html Css Color HEX #B8375D Rouge

📋 copy color: '#B8375D'

red 184 ◦ green 55 ◦ blue 93

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

Shades of Rouge #B8375D

Tints of Rouge #B8375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 55.42%
G = 16.57%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8375D (or 0xB8375D) is known color: Rouge. HEX triplet: B8, 37 and 5D. RGB value is (184,55,93). Sum of RGB (Red+Green+Blue) = 184+55+93=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B8375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8375D is #47C8A2. Grayscale: #616161. Windows color (decimal): -4704419 or 6109112. OLE color: 6109112.

HSL color Cylindrical-coordinate representation of color #B8375D: hue angle of 342.33º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8375D is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 55 93 -
CMYK 0 0.70 0.49 0.28
HSL 342.33º 0.54% 0.47% -
HSV(B) 342.33º 0.7% 0.72% -
XYZ 23.11 13.71 11.78 -
YUV 97.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 184 55 93 0 0.70 0.49 0.28 342.33 0.54 0.47
Hex B8 37 5D 0 46 31 1C 156 36 2F
Octal 270 67 135 0 106 61 34 526 66 57
Binary 10111000 110111 1011101 0 1000110 110001 11100 101010110 110110 101111

Color Harmonies of #B8375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8375D

Black with #B8375D

Text Example


Text Example

White with #B8375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8375D; }

 p { color: rgb(184,55,93); }

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

background-color css

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

 a { background-color: rgb(184,55,93); }

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

border-color css

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

 span { border-color: rgb(184,55,93); }

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