Html Css Color HEX #B8346D Rouge

📋 copy color: '#B8346D'

red 184 ◦ green 52 ◦ blue 109

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

Shades of Rouge #B8346D

Tints of Rouge #B8346D

RGB

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

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

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

R = 53.33%
G = 15.07%
B = 31.59%

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

#B8346D (or 0xB8346D) is known color: Rouge. HEX triplet: B8, 34 and 6D. RGB value is (184,52,109). Sum of RGB (Red+Green+Blue) = 184+52+109=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8346D is #47CB92. Grayscale: #616161. Windows color (decimal): -4705171 or 7156920. OLE color: 7156920.

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

Color convert

RGB 184 52 109 -
CMYK 0 0.72 0.41 0.28
HSL 334.09º 0.56% 0.46% -
HSV(B) 334.09º 0.72% 0.72% -
XYZ 23.76 13.75 15.87 -
YUV 97.97 134.23 189.37 -
System Red Green Blue C M Y K H S L
Decimal 184 52 109 0 0.72 0.41 0.28 334.09 0.56 0.46
Hex B8 34 6D 0 48 29 1C 14E 38 2E
Octal 270 64 155 0 110 51 34 516 70 56
Binary 10111000 110100 1101101 0 1001000 101001 11100 101001110 111000 101110

Color Harmonies of #B8346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8346D

Black with #B8346D

Text Example


Text Example

White with #B8346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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