Html Css Color HEX #B8336D Rouge

📋 copy color: '#B8336D'

red 184 ◦ green 51 ◦ blue 109

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

Shades of Rouge #B8336D

Tints of Rouge #B8336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

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

R = 53.49%
G = 14.83%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8336D (or 0xB8336D) is known color: Rouge. HEX triplet: B8, 33 and 6D. RGB value is (184,51,109). Sum of RGB (Red+Green+Blue) = 184+51+109=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8336D is #47CC92. Grayscale: #616161. Windows color (decimal): -4705427 or 7156664. OLE color: 7156664.

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

Color convert

RGB 184 51 109 -
CMYK 0 0.72 0.41 0.28
HSL 333.83º 0.57% 0.46% -
HSV(B) 333.83º 0.72% 0.72% -
XYZ 23.71 13.66 15.86 -
YUV 97.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 184 51 109 0 0.72 0.41 0.28 333.83 0.57 0.46
Hex B8 33 6D 0 48 29 1C 14E 39 2E
Octal 270 63 155 0 110 51 34 516 71 56
Binary 10111000 110011 1101101 0 1001000 101001 11100 101001110 111001 101110

Color Harmonies of #B8336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8336D

Black with #B8336D

Text Example


Text Example

White with #B8336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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