Html Css Color HEX #B8375E Rouge

📋 copy color: '#B8375E'

red 184 ◦ green 55 ◦ blue 94

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

Shades of Rouge #B8375E

Tints of Rouge #B8375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 55.26%
G = 16.52%
B = 28.23%

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

#B8375E (or 0xB8375E) is known color: Rouge. HEX triplet: B8, 37 and 5E. RGB value is (184,55,94). Sum of RGB (Red+Green+Blue) = 184+55+94=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8375E is #47C8A1. Grayscale: #616161. Windows color (decimal): -4704418 or 6174648. OLE color: 6174648.

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

Color convert

RGB 184 55 94 -
CMYK 0 0.70 0.49 0.28
HSL 341.86º 0.54% 0.47% -
HSV(B) 341.86º 0.7% 0.72% -
XYZ 23.15 13.73 12.02 -
YUV 98.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 184 55 94 0 0.70 0.49 0.28 341.86 0.54 0.47
Hex B8 37 5E 0 46 31 1C 156 36 2F
Octal 270 67 136 0 106 61 34 526 66 57
Binary 10111000 110111 1011110 0 1000110 110001 11100 101010110 110110 101111

Color Harmonies of #B8375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8375E

Black with #B8375E

Text Example


Text Example

White with #B8375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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