Html Css Color HEX #BAB182 Ecru

📋 copy color: '#BAB182'

red 186 ◦ green 177 ◦ blue 130

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

Shades of Ecru #BAB182

Tints of Ecru #BAB182

RGB

 RED value IS 186 (73.05% from 255) = 37.73%

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 130 (51.17% from 255) = 26.37%

R = 37.73%
G = 35.9%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB182 (or 0xBAB182) is known color: Ecru. HEX triplet: BA, B1 and 82. RGB value is (186,177,130). Sum of RGB (Red+Green+Blue) = 186+177+130=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB182 is #454E7D. Grayscale: #AEAEAE. Windows color (decimal): -4542078 or 8565178. OLE color: 8565178.

HSL color Cylindrical-coordinate representation of color #BAB182: hue angle of 50.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB182 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 130 -
CMYK 0 0.05 0.30 0.27
HSL 50.36º 0.29% 0.62% -
HSV(B) 50.36º 0.3% 0.73% -
XYZ 40 43.5 27.41 -
YUV 174.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 186 177 130 0 0.05 0.30 0.27 50.36 0.29 0.62
Hex BA B1 82 0 5 1E 1B 32 1D 3E
Octal 272 261 202 0 5 36 33 62 35 76
Binary 10111010 10110001 10000010 0 101 11110 11011 110010 11101 111110

Color Harmonies of #BAB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB182

Black with #BAB182

Text Example


Text Example

White with #BAB182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB182; }

 p { color: rgb(186,177,130); }

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

background-color css

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

 a { background-color: rgb(186,177,130); }

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

border-color css

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

 span { border-color: rgb(186,177,130); }

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