Html Css Color HEX #B8336B Rouge

📋 copy color: '#B8336B'

red 184 ◦ green 51 ◦ blue 107

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

Shades of Rouge #B8336B

Tints of Rouge #B8336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 53.8%
G = 14.91%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8336B (or 0xB8336B) is known color: Rouge. HEX triplet: B8, 33 and 6B. RGB value is (184,51,107). Sum of RGB (Red+Green+Blue) = 184+51+107=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8336B is #47CC94. Grayscale: #616161. Windows color (decimal): -4705429 or 7025592. OLE color: 7025592.

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

Color convert

RGB 184 51 107 -
CMYK 0 0.72 0.42 0.28
HSL 334.74º 0.57% 0.46% -
HSV(B) 334.74º 0.72% 0.72% -
XYZ 23.6 13.62 15.29 -
YUV 97.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 184 51 107 0 0.72 0.42 0.28 334.74 0.57 0.46
Hex B8 33 6B 0 48 2A 1C 14F 39 2E
Octal 270 63 153 0 110 52 34 517 71 56
Binary 10111000 110011 1101011 0 1001000 101010 11100 101001111 111001 101110

Color Harmonies of #B8336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8336B

Black with #B8336B

Text Example


Text Example

White with #B8336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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