Html Css Color HEX #B6356A Rouge

📋 copy color: '#B6356A'

red 182 ◦ green 53 ◦ blue 106

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

Shades of Rouge #B6356A

Tints of Rouge #B6356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

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

R = 53.37%
G = 15.54%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6356A (or 0xB6356A) is known color: Rouge. HEX triplet: B6, 35 and 6A. RGB value is (182,53,106). Sum of RGB (Red+Green+Blue) = 182+53+106=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6356A is #49CA95. Grayscale: #616161. Windows color (decimal): -4835990 or 6960566. OLE color: 6960566.

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

Color convert

RGB 182 53 106 -
CMYK 0 0.71 0.42 0.29
HSL 335.35º 0.55% 0.46% -
HSV(B) 335.35º 0.71% 0.71% -
XYZ 23.17 13.53 15.03 -
YUV 97.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 182 53 106 0 0.71 0.42 0.29 335.35 0.55 0.46
Hex B6 35 6A 0 47 2A 1D 14F 37 2E
Octal 266 65 152 0 107 52 35 517 67 56
Binary 10110110 110101 1101010 0 1000111 101010 11101 101001111 110111 101110

Color Harmonies of #B6356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6356A

Black with #B6356A

Text Example


Text Example

White with #B6356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6356A; }

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

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

background-color css

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

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

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

border-color css

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

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

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