Html Css Color HEX #B6385D Rouge

📋 copy color: '#B6385D'

red 182 ◦ green 56 ◦ blue 93

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

Shades of Rouge #B6385D

Tints of Rouge #B6385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 54.98%
G = 16.92%
B = 28.1%

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

#B6385D (or 0xB6385D) is known color: Rouge. HEX triplet: B6, 38 and 5D. RGB value is (182,56,93). Sum of RGB (Red+Green+Blue) = 182+56+93=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6385D is #49C7A2. Grayscale: #616161. Windows color (decimal): -4835235 or 6109366. OLE color: 6109366.

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

Color convert

RGB 182 56 93 -
CMYK 0 0.69 0.49 0.29
HSL 342.38º 0.53% 0.47% -
HSV(B) 342.38º 0.69% 0.71% -
XYZ 22.68 13.56 11.78 -
YUV 97.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 182 56 93 0 0.69 0.49 0.29 342.38 0.53 0.47
Hex B6 38 5D 0 45 31 1D 156 35 2F
Octal 266 70 135 0 105 61 35 526 65 57
Binary 10110110 111000 1011101 0 1000101 110001 11101 101010110 110101 101111

Color Harmonies of #B6385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6385D

Black with #B6385D

Text Example


Text Example

White with #B6385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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