Html Css Color HEX #B8356E Rouge

📋 copy color: '#B8356E'

red 184 ◦ green 53 ◦ blue 110

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

Shades of Rouge #B8356E

Tints of Rouge #B8356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

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

R = 53.03%
G = 15.27%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8356E (or 0xB8356E) is known color: Rouge. HEX triplet: B8, 35 and 6E. RGB value is (184,53,110). Sum of RGB (Red+Green+Blue) = 184+53+110=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8356E is #47CA91. Grayscale: #626262. Windows color (decimal): -4704914 or 7222712. OLE color: 7222712.

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

Color convert

RGB 184 53 110 -
CMYK 0 0.71 0.40 0.28
HSL 333.89º 0.55% 0.46% -
HSV(B) 333.89º 0.71% 0.72% -
XYZ 23.85 13.86 16.17 -
YUV 98.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 184 53 110 0 0.71 0.40 0.28 333.89 0.55 0.46
Hex B8 35 6E 0 47 28 1C 14E 37 2E
Octal 270 65 156 0 107 50 34 516 67 56
Binary 10111000 110101 1101110 0 1000111 101000 11100 101001110 110111 101110

Color Harmonies of #B8356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8356E

Black with #B8356E

Text Example


Text Example

White with #B8356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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