Html Css Color HEX #B6356D Rouge

📋 copy color: '#B6356D'

red 182 ◦ green 53 ◦ blue 109

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

Shades of Rouge #B6356D

Tints of Rouge #B6356D

RGB

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

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

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

R = 52.91%
G = 15.41%
B = 31.69%

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

#B6356D (or 0xB6356D) is known color: Rouge. HEX triplet: B6, 35 and 6D. RGB value is (182,53,109). Sum of RGB (Red+Green+Blue) = 182+53+109=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6356D is #49CA92. Grayscale: #616161. Windows color (decimal): -4835987 or 7157174. OLE color: 7157174.

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

Color convert

RGB 182 53 109 -
CMYK 0 0.71 0.40 0.29
HSL 333.95º 0.55% 0.46% -
HSV(B) 333.95º 0.71% 0.71% -
XYZ 23.32 13.6 15.86 -
YUV 97.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 182 53 109 0 0.71 0.40 0.29 333.95 0.55 0.46
Hex B6 35 6D 0 47 28 1D 14E 37 2E
Octal 266 65 155 0 107 50 35 516 67 56
Binary 10110110 110101 1101101 0 1000111 101000 11101 101001110 110111 101110

Color Harmonies of #B6356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6356D

Black with #B6356D

Text Example


Text Example

White with #B6356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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