Html Css Color HEX #B8356D Rouge

📋 copy color: '#B8356D'

red 184 ◦ green 53 ◦ blue 109

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

Shades of Rouge #B8356D

Tints of Rouge #B8356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 53.18%
G = 15.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8356D (or 0xB8356D) is known color: Rouge. HEX triplet: B8, 35 and 6D. RGB value is (184,53,109). Sum of RGB (Red+Green+Blue) = 184+53+109=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8356D is #47CA92. Grayscale: #626262. Windows color (decimal): -4704915 or 7157176. OLE color: 7157176.

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

Color convert

RGB 184 53 109 -
CMYK 0 0.71 0.41 0.28
HSL 334.35º 0.55% 0.46% -
HSV(B) 334.35º 0.71% 0.72% -
XYZ 23.8 13.84 15.89 -
YUV 98.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 184 53 109 0 0.71 0.41 0.28 334.35 0.55 0.46
Hex B8 35 6D 0 47 29 1C 14E 37 2E
Octal 270 65 155 0 107 51 34 516 67 56
Binary 10111000 110101 1101101 0 1000111 101001 11100 101001110 110111 101110

Color Harmonies of #B8356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8356D

Black with #B8356D

Text Example


Text Example

White with #B8356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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