Html Css Color HEX #B6395D Rouge

📋 copy color: '#B6395D'

red 182 ◦ green 57 ◦ blue 93

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

Shades of Rouge #B6395D

Tints of Rouge #B6395D

RGB

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

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

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

R = 54.82%
G = 17.17%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6395D (or 0xB6395D) is known color: Rouge. HEX triplet: B6, 39 and 5D. RGB value is (182,57,93). Sum of RGB (Red+Green+Blue) = 182+57+93=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B6395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6395D is #49C6A2. Grayscale: #626262. Windows color (decimal): -4834979 or 6109622. OLE color: 6109622.

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

Color convert

RGB 182 57 93 -
CMYK 0 0.69 0.49 0.29
HSL 342.72º 0.52% 0.47% -
HSV(B) 342.72º 0.69% 0.71% -
XYZ 22.73 13.66 11.79 -
YUV 98.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 182 57 93 0 0.69 0.49 0.29 342.72 0.52 0.47
Hex B6 39 5D 0 45 31 1D 157 34 2F
Octal 266 71 135 0 105 61 35 527 64 57
Binary 10110110 111001 1011101 0 1000101 110001 11101 101010111 110100 101111

Color Harmonies of #B6395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6395D

Black with #B6395D

Text Example


Text Example

White with #B6395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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