Html Css Color HEX #BAB280 Ecru

📋 copy color: '#BAB280'

red 186 ◦ green 178 ◦ blue 128

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

Shades of Ecru #BAB280

Tints of Ecru #BAB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 37.8%
G = 36.18%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB280 (or 0xBAB280) is known color: Ecru. HEX triplet: BA, B2 and 80. RGB value is (186,178,128). Sum of RGB (Red+Green+Blue) = 186+178+128=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB280 is #454D7F. Grayscale: #AEAEAE. Windows color (decimal): -4541824 or 8434362. OLE color: 8434362.

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

Color convert

RGB 186 178 128 -
CMYK 0 0.04 0.31 0.27
HSL 51.72º 0.3% 0.62% -
HSV(B) 51.72º 0.31% 0.73% -
XYZ 40.07 43.84 26.77 -
YUV 174.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 186 178 128 0 0.04 0.31 0.27 51.72 0.3 0.62
Hex BA B2 80 0 4 1F 1B 34 1E 3E
Octal 272 262 200 0 4 37 33 64 36 76
Binary 10111010 10110010 10000000 0 100 11111 11011 110100 11110 111110

Color Harmonies of #BAB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB280

Black with #BAB280

Text Example


Text Example

White with #BAB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB280; }

 p { color: rgb(186,178,128); }

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

background-color css

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

 a { background-color: rgb(186,178,128); }

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

border-color css

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

 span { border-color: rgb(186,178,128); }

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