Html Css Color HEX #B6355D Rouge

📋 copy color: '#B6355D'

red 182 ◦ green 53 ◦ blue 93

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

Shades of Rouge #B6355D

Tints of Rouge #B6355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.35%

R = 55.49%
G = 16.16%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6355D (or 0xB6355D) is known color: Rouge. HEX triplet: B6, 35 and 5D. RGB value is (182,53,93). Sum of RGB (Red+Green+Blue) = 182+53+93=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6355D is #49CAA2. Grayscale: #606060. Windows color (decimal): -4836003 or 6108598. OLE color: 6108598.

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

Color convert

RGB 182 53 93 -
CMYK 0 0.71 0.49 0.29
HSL 341.4º 0.55% 0.46% -
HSV(B) 341.4º 0.71% 0.71% -
XYZ 22.54 13.28 11.73 -
YUV 96.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 182 53 93 0 0.71 0.49 0.29 341.4 0.55 0.46
Hex B6 35 5D 0 47 31 1D 155 37 2E
Octal 266 65 135 0 107 61 35 525 67 56
Binary 10110110 110101 1011101 0 1000111 110001 11101 101010101 110111 101110

Color Harmonies of #B6355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6355D

Black with #B6355D

Text Example


Text Example

White with #B6355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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