Html Css Color HEX #B6386A Rouge

📋 copy color: '#B6386A'

red 182 ◦ green 56 ◦ blue 106

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

Shades of Rouge #B6386A

Tints of Rouge #B6386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 52.91%
G = 16.28%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6386A (or 0xB6386A) is known color: Rouge. HEX triplet: B6, 38 and 6A. RGB value is (182,56,106). Sum of RGB (Red+Green+Blue) = 182+56+106=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B6386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6386A is #49C795. Grayscale: #636363. Windows color (decimal): -4835222 or 6961334. OLE color: 6961334.

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

Color convert

RGB 182 56 106 -
CMYK 0 0.69 0.42 0.29
HSL 336.19º 0.53% 0.47% -
HSV(B) 336.19º 0.69% 0.71% -
XYZ 23.31 13.81 15.07 -
YUV 99.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 182 56 106 0 0.69 0.42 0.29 336.19 0.53 0.47
Hex B6 38 6A 0 45 2A 1D 150 35 2F
Octal 266 70 152 0 105 52 35 520 65 57
Binary 10110110 111000 1101010 0 1000101 101010 11101 101010000 110101 101111

Color Harmonies of #B6386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6386A

Black with #B6386A

Text Example


Text Example

White with #B6386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6386A; }

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

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

background-color css

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

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

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

border-color css

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

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

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