Html Css Color HEX #B8346A Rouge

📋 copy color: '#B8346A'

red 184 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B8346A

Tints of Rouge #B8346A

RGB

 RED value IS 184 (72.27% from 255) = 53.8%

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

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

R = 53.8%
G = 15.2%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B8346A (or 0xB8346A) is known color: Rouge. HEX triplet: B8, 34 and 6A. RGB value is (184,52,106). Sum of RGB (Red+Green+Blue) = 184+52+106=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8346A is #47CB95. Grayscale: #616161. Windows color (decimal): -4705174 or 6960312. OLE color: 6960312.

HSL color Cylindrical-coordinate representation of color #B8346A: hue angle of 335.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8346A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 106 -
CMYK 0 0.72 0.42 0.28
HSL 335.45º 0.56% 0.46% -
HSV(B) 335.45º 0.72% 0.72% -
XYZ 23.6 13.69 15.03 -
YUV 97.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 184 52 106 0 0.72 0.42 0.28 335.45 0.56 0.46
Hex B8 34 6A 0 48 2A 1C 14F 38 2E
Octal 270 64 152 0 110 52 34 517 70 56
Binary 10111000 110100 1101010 0 1001000 101010 11100 101001111 111000 101110

Color Harmonies of #B8346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8346A

Black with #B8346A

Text Example


Text Example

White with #B8346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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