Html Css Color HEX #B8346C Rouge

📋 copy color: '#B8346C'

red 184 ◦ green 52 ◦ blue 108

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

Shades of Rouge #B8346C

Tints of Rouge #B8346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 53.49%
G = 15.12%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8346C (or 0xB8346C) is known color: Rouge. HEX triplet: B8, 34 and 6C. RGB value is (184,52,108). Sum of RGB (Red+Green+Blue) = 184+52+108=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8346C is #47CB93. Grayscale: #616161. Windows color (decimal): -4705172 or 7091384. OLE color: 7091384.

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

Color convert

RGB 184 52 108 -
CMYK 0 0.72 0.41 0.28
HSL 334.55º 0.56% 0.46% -
HSV(B) 334.55º 0.72% 0.72% -
XYZ 23.7 13.73 15.59 -
YUV 97.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 184 52 108 0 0.72 0.41 0.28 334.55 0.56 0.46
Hex B8 34 6C 0 48 29 1C 14F 38 2E
Octal 270 64 154 0 110 51 34 517 70 56
Binary 10111000 110100 1101100 0 1001000 101001 11100 101001111 111000 101110

Color Harmonies of #B8346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8346C

Black with #B8346C

Text Example


Text Example

White with #B8346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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