Html Css Color HEX #B6326A Rouge

📋 copy color: '#B6326A'

red 182 ◦ green 50 ◦ blue 106

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

Shades of Rouge #B6326A

Tints of Rouge #B6326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 53.85%
G = 14.79%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6326A (or 0xB6326A) is known color: Rouge. HEX triplet: B6, 32 and 6A. RGB value is (182,50,106). Sum of RGB (Red+Green+Blue) = 182+50+106=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6326A is #49CD95. Grayscale: #5F5F5F. Windows color (decimal): -4836758 or 6959798. OLE color: 6959798.

HSL color Cylindrical-coordinate representation of color #B6326A: hue angle of 334.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6326A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 106 -
CMYK 0 0.73 0.42 0.29
HSL 334.55º 0.57% 0.45% -
HSV(B) 334.55º 0.73% 0.71% -
XYZ 23.03 13.27 14.98 -
YUV 95.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 182 50 106 0 0.73 0.42 0.29 334.55 0.57 0.45
Hex B6 32 6A 0 49 2A 1D 14F 39 2D
Octal 266 62 152 0 111 52 35 517 71 55
Binary 10110110 110010 1101010 0 1001001 101010 11101 101001111 111001 101101

Color Harmonies of #B6326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6326A

Black with #B6326A

Text Example


Text Example

White with #B6326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6326A; }

 p { color: rgb(182,50,106); }

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

background-color css

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

 a { background-color: rgb(182,50,106); }

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

border-color css

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

 span { border-color: rgb(182,50,106); }

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