Html Css Color HEX #B9345E Rouge

📋 copy color: '#B9345E'

red 185 ◦ green 52 ◦ blue 94

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

Shades of Rouge #B9345E

Tints of Rouge #B9345E

RGB

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

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

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

R = 55.89%
G = 15.71%
B = 28.4%

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

#B9345E (or 0xB9345E) is known color: Rouge. HEX triplet: B9, 34 and 5E. RGB value is (185,52,94). Sum of RGB (Red+Green+Blue) = 185+52+94=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9345E is #46CBA1. Grayscale: #606060. Windows color (decimal): -4639650 or 6173881. OLE color: 6173881.

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

Color convert

RGB 185 52 94 -
CMYK 0 0.72 0.49 0.27
HSL 341.05º 0.56% 0.46% -
HSV(B) 341.05º 0.72% 0.73% -
XYZ 23.26 13.58 11.98 -
YUV 96.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 185 52 94 0 0.72 0.49 0.27 341.05 0.56 0.46
Hex B9 34 5E 0 48 31 1B 155 38 2E
Octal 271 64 136 0 110 61 33 525 70 56
Binary 10111001 110100 1011110 0 1001000 110001 11011 101010101 111000 101110

Color Harmonies of #B9345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9345E

Black with #B9345E

Text Example


Text Example

White with #B9345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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