Html Css Color HEX #B9336D Rouge

📋 copy color: '#B9336D'

red 185 ◦ green 51 ◦ blue 109

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

Shades of Rouge #B9336D

Tints of Rouge #B9336D

RGB

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

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

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

R = 53.62%
G = 14.78%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9336D (or 0xB9336D) is known color: Rouge. HEX triplet: B9, 33 and 6D. RGB value is (185,51,109). Sum of RGB (Red+Green+Blue) = 185+51+109=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9336D is #46CC92. Grayscale: #616161. Windows color (decimal): -4639891 or 7156665. OLE color: 7156665.

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

Color convert

RGB 185 51 109 -
CMYK 0 0.72 0.41 0.27
HSL 334.03º 0.57% 0.46% -
HSV(B) 334.03º 0.72% 0.73% -
XYZ 23.95 13.79 15.87 -
YUV 97.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 185 51 109 0 0.72 0.41 0.27 334.03 0.57 0.46
Hex B9 33 6D 0 48 29 1B 14E 39 2E
Octal 271 63 155 0 110 51 33 516 71 56
Binary 10111001 110011 1101101 0 1001000 101001 11011 101001110 111001 101110

Color Harmonies of #B9336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9336D

Black with #B9336D

Text Example


Text Example

White with #B9336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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