Html Css Color HEX #B9336B Rouge

📋 copy color: '#B9336B'

red 185 ◦ green 51 ◦ blue 107

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

Shades of Rouge #B9336B

Tints of Rouge #B9336B

RGB

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

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

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

R = 53.94%
G = 14.87%
B = 31.2%

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

#B9336B (or 0xB9336B) is known color: Rouge. HEX triplet: B9, 33 and 6B. RGB value is (185,51,107). Sum of RGB (Red+Green+Blue) = 185+51+107=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9336B is #46CC94. Grayscale: #616161. Windows color (decimal): -4639893 or 7025593. OLE color: 7025593.

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

Color convert

RGB 185 51 107 -
CMYK 0 0.72 0.42 0.27
HSL 334.93º 0.57% 0.46% -
HSV(B) 334.93º 0.72% 0.73% -
XYZ 23.85 13.74 15.31 -
YUV 97.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 185 51 107 0 0.72 0.42 0.27 334.93 0.57 0.46
Hex B9 33 6B 0 48 2A 1B 14F 39 2E
Octal 271 63 153 0 110 52 33 517 71 56
Binary 10111001 110011 1101011 0 1001000 101010 11011 101001111 111001 101110

Color Harmonies of #B9336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9336B

Black with #B9336B

Text Example


Text Example

White with #B9336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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