Html Css Color HEX #B9346D Rouge

📋 copy color: '#B9346D'

red 185 ◦ green 52 ◦ blue 109

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

Shades of Rouge #B9346D

Tints of Rouge #B9346D

RGB

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

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

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

R = 53.47%
G = 15.03%
B = 31.5%

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

#B9346D (or 0xB9346D) is known color: Rouge. HEX triplet: B9, 34 and 6D. RGB value is (185,52,109). Sum of RGB (Red+Green+Blue) = 185+52+109=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9346D is #46CB92. Grayscale: #626262. Windows color (decimal): -4639635 or 7156921. OLE color: 7156921.

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

Color convert

RGB 185 52 109 -
CMYK 0 0.72 0.41 0.27
HSL 334.29º 0.56% 0.46% -
HSV(B) 334.29º 0.72% 0.73% -
XYZ 24 13.87 15.88 -
YUV 98.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 185 52 109 0 0.72 0.41 0.27 334.29 0.56 0.46
Hex B9 34 6D 0 48 29 1B 14E 38 2E
Octal 271 64 155 0 110 51 33 516 70 56
Binary 10111001 110100 1101101 0 1001000 101001 11011 101001110 111000 101110

Color Harmonies of #B9346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9346D

Black with #B9346D

Text Example


Text Example

White with #B9346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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