Html Css Color HEX #B6395E Rouge

📋 copy color: '#B6395E'

red 182 ◦ green 57 ◦ blue 94

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

Shades of Rouge #B6395E

Tints of Rouge #B6395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 54.65%
G = 17.12%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6395E (or 0xB6395E) is known color: Rouge. HEX triplet: B6, 39 and 5E. RGB value is (182,57,94). Sum of RGB (Red+Green+Blue) = 182+57+94=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B6395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6395E is #49C6A1. Grayscale: #626262. Windows color (decimal): -4834978 or 6175158. OLE color: 6175158.

HSL color Cylindrical-coordinate representation of color #B6395E: hue angle of 342.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6395E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 94 -
CMYK 0 0.69 0.48 0.29
HSL 342.24º 0.52% 0.47% -
HSV(B) 342.24º 0.69% 0.71% -
XYZ 22.77 13.68 12.03 -
YUV 98.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 182 57 94 0 0.69 0.48 0.29 342.24 0.52 0.47
Hex B6 39 5E 0 45 30 1D 156 34 2F
Octal 266 71 136 0 105 60 35 526 64 57
Binary 10110110 111001 1011110 0 1000101 110000 11101 101010110 110100 101111

Color Harmonies of #B6395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6395E

Black with #B6395E

Text Example


Text Example

White with #B6395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6395E; }

 p { color: rgb(182,57,94); }

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

background-color css

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

 a { background-color: rgb(182,57,94); }

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

border-color css

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

 span { border-color: rgb(182,57,94); }

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