Html Css Color HEX #B6346E Rouge

📋 copy color: '#B6346E'

red 182 ◦ green 52 ◦ blue 110

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

Shades of Rouge #B6346E

Tints of Rouge #B6346E

RGB

 RED value IS 182 (71.48% from 255) = 52.91%

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

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 52.91%
G = 15.12%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6346E (or 0xB6346E) is known color: Rouge. HEX triplet: B6, 34 and 6E. RGB value is (182,52,110). Sum of RGB (Red+Green+Blue) = 182+52+110=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6346E is #49CB91. Grayscale: #616161. Windows color (decimal): -4836242 or 7222454. OLE color: 7222454.

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

Color convert

RGB 182 52 110 -
CMYK 0 0.71 0.40 0.29
HSL 333.23º 0.56% 0.46% -
HSV(B) 333.23º 0.71% 0.71% -
XYZ 23.33 13.53 16.13 -
YUV 97.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 182 52 110 0 0.71 0.40 0.29 333.23 0.56 0.46
Hex B6 34 6E 0 47 28 1D 14D 38 2E
Octal 266 64 156 0 107 50 35 515 70 56
Binary 10110110 110100 1101110 0 1000111 101000 11101 101001101 111000 101110

Color Harmonies of #B6346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6346E

Black with #B6346E

Text Example


Text Example

White with #B6346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6346E; }

 p { color: rgb(182,52,110); }

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

background-color css

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

 a { background-color: rgb(182,52,110); }

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

border-color css

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

 span { border-color: rgb(182,52,110); }

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