Html Css Color HEX #B9336F Rouge

📋 copy color: '#B9336F'

red 185 ◦ green 51 ◦ blue 111

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

Shades of Rouge #B9336F

Tints of Rouge #B9336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 53.31%
G = 14.7%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9336F (or 0xB9336F) is known color: Rouge. HEX triplet: B9, 33 and 6F. RGB value is (185,51,111). Sum of RGB (Red+Green+Blue) = 185+51+111=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9336F is #46CC90. Grayscale: #616161. Windows color (decimal): -4639889 or 7287737. OLE color: 7287737.

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

Color convert

RGB 185 51 111 -
CMYK 0 0.72 0.4 0.27
HSL 333.13º 0.57% 0.46% -
HSV(B) 333.13º 0.72% 0.73% -
XYZ 24.06 13.83 16.44 -
YUV 97.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 185 51 111 0 0.72 0.4 0.27 333.13 0.57 0.46
Hex B9 33 6F 0 48 28 1B 14D 39 2E
Octal 271 63 157 0 110 50 33 515 71 56
Binary 10111001 110011 1101111 0 1001000 101000 11011 101001101 111001 101110

Color Harmonies of #B9336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9336F

Black with #B9336F

Text Example


Text Example

White with #B9336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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