Html Css Color HEX #B9346A Rouge

📋 copy color: '#B9346A'

red 185 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B9346A

Tints of Rouge #B9346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 53.94%
G = 15.16%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9346A (or 0xB9346A) is known color: Rouge. HEX triplet: B9, 34 and 6A. RGB value is (185,52,106). Sum of RGB (Red+Green+Blue) = 185+52+106=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9346A is #46CB95. Grayscale: #616161. Windows color (decimal): -4639638 or 6960313. OLE color: 6960313.

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

Color convert

RGB 185 52 106 -
CMYK 0 0.72 0.43 0.27
HSL 335.64º 0.56% 0.46% -
HSV(B) 335.64º 0.72% 0.73% -
XYZ 23.84 13.81 15.05 -
YUV 97.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 185 52 106 0 0.72 0.43 0.27 335.64 0.56 0.46
Hex B9 34 6A 0 48 2B 1B 150 38 2E
Octal 271 64 152 0 110 53 33 520 70 56
Binary 10111001 110100 1101010 0 1001000 101011 11011 101010000 111000 101110

Color Harmonies of #B9346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9346A

Black with #B9346A

Text Example


Text Example

White with #B9346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9346A; }

 p { color: rgb(185,52,106); }

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

background-color css

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

 a { background-color: rgb(185,52,106); }

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

border-color css

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

 span { border-color: rgb(185,52,106); }

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