Html Css Color HEX #B6336A Rouge

📋 copy color: '#B6336A'

red 182 ◦ green 51 ◦ blue 106

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

Shades of Rouge #B6336A

Tints of Rouge #B6336A

RGB

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

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

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

R = 53.69%
G = 15.04%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6336A (or 0xB6336A) is known color: Rouge. HEX triplet: B6, 33 and 6A. RGB value is (182,51,106). Sum of RGB (Red+Green+Blue) = 182+51+106=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6336A is #49CC95. Grayscale: #606060. Windows color (decimal): -4836502 or 6960054. OLE color: 6960054.

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

Color convert

RGB 182 51 106 -
CMYK 0 0.72 0.42 0.29
HSL 334.81º 0.56% 0.46% -
HSV(B) 334.81º 0.72% 0.71% -
XYZ 23.08 13.35 15 -
YUV 96.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 182 51 106 0 0.72 0.42 0.29 334.81 0.56 0.46
Hex B6 33 6A 0 48 2A 1D 14F 38 2E
Octal 266 63 152 0 110 52 35 517 70 56
Binary 10110110 110011 1101010 0 1001000 101010 11101 101001111 111000 101110

Color Harmonies of #B6336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6336A

Black with #B6336A

Text Example


Text Example

White with #B6336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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