Html Css Color HEX #B9336C Rouge

📋 copy color: '#B9336C'

red 185 ◦ green 51 ◦ blue 108

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

Shades of Rouge #B9336C

Tints of Rouge #B9336C

RGB

 RED value IS 185 (72.66% from 255) = 53.78%

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 53.78%
G = 14.83%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9336C (or 0xB9336C) is known color: Rouge. HEX triplet: B9, 33 and 6C. RGB value is (185,51,108). Sum of RGB (Red+Green+Blue) = 185+51+108=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9336C is #46CC93. Grayscale: #616161. Windows color (decimal): -4639892 or 7091129. OLE color: 7091129.

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

Color convert

RGB 185 51 108 -
CMYK 0 0.72 0.42 0.27
HSL 334.48º 0.57% 0.46% -
HSV(B) 334.48º 0.72% 0.73% -
XYZ 23.9 13.76 15.58 -
YUV 97.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 185 51 108 0 0.72 0.42 0.27 334.48 0.57 0.46
Hex B9 33 6C 0 48 2A 1B 14E 39 2E
Octal 271 63 154 0 110 52 33 516 71 56
Binary 10111001 110011 1101100 0 1001000 101010 11011 101001110 111001 101110

Color Harmonies of #B9336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9336C

Black with #B9336C

Text Example


Text Example

White with #B9336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9336C; }

 p { color: rgb(185,51,108); }

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

background-color css

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

 a { background-color: rgb(185,51,108); }

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

border-color css

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

 span { border-color: rgb(185,51,108); }

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