Html Css Color HEX #B6336D Rouge

📋 copy color: '#B6336D'

red 182 ◦ green 51 ◦ blue 109

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

Shades of Rouge #B6336D

Tints of Rouge #B6336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 53.22%
G = 14.91%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6336D (or 0xB6336D) is known color: Rouge. HEX triplet: B6, 33 and 6D. RGB value is (182,51,109). Sum of RGB (Red+Green+Blue) = 182+51+109=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6336D is #49CC92. Grayscale: #606060. Windows color (decimal): -4836499 or 7156662. OLE color: 7156662.

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

Color convert

RGB 182 51 109 -
CMYK 0 0.72 0.40 0.29
HSL 333.44º 0.56% 0.46% -
HSV(B) 333.44º 0.72% 0.71% -
XYZ 23.24 13.42 15.83 -
YUV 96.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 182 51 109 0 0.72 0.40 0.29 333.44 0.56 0.46
Hex B6 33 6D 0 48 28 1D 14D 38 2E
Octal 266 63 155 0 110 50 35 515 70 56
Binary 10110110 110011 1101101 0 1001000 101000 11101 101001101 111000 101110

Color Harmonies of #B6336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6336D

Black with #B6336D

Text Example


Text Example

White with #B6336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6336D; }

 p { color: rgb(182,51,109); }

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

background-color css

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

 a { background-color: rgb(182,51,109); }

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

border-color css

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

 span { border-color: rgb(182,51,109); }

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