Html Css Color HEX #B9335E Rouge

📋 copy color: '#B9335E'

red 185 ◦ green 51 ◦ blue 94

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

Shades of Rouge #B9335E

Tints of Rouge #B9335E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 56.06%
G = 15.45%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9335E (or 0xB9335E) is known color: Rouge. HEX triplet: B9, 33 and 5E. RGB value is (185,51,94). Sum of RGB (Red+Green+Blue) = 185+51+94=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335E is #46CCA1. Grayscale: #5F5F5F. Windows color (decimal): -4639906 or 6173625. OLE color: 6173625.

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

Color convert

RGB 185 51 94 -
CMYK 0 0.72 0.49 0.27
HSL 340.75º 0.57% 0.46% -
HSV(B) 340.75º 0.72% 0.73% -
XYZ 23.21 13.49 11.97 -
YUV 95.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 185 51 94 0 0.72 0.49 0.27 340.75 0.57 0.46
Hex B9 33 5E 0 48 31 1B 155 39 2E
Octal 271 63 136 0 110 61 33 525 71 56
Binary 10111001 110011 1011110 0 1001000 110001 11011 101010101 111001 101110

Color Harmonies of #B9335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9335E

Black with #B9335E

Text Example


Text Example

White with #B9335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9335E; }

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

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

background-color css

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

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

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

border-color css

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

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

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