Html Css Color HEX #BAB180 Ecru

📋 copy color: '#BAB180'

red 186 ◦ green 177 ◦ blue 128

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

Shades of Ecru #BAB180

Tints of Ecru #BAB180

RGB

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

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

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

R = 37.88%
G = 36.05%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB180 (or 0xBAB180) is known color: Ecru. HEX triplet: BA, B1 and 80. RGB value is (186,177,128). Sum of RGB (Red+Green+Blue) = 186+177+128=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB180 is #454E7F. Grayscale: #AEAEAE. Windows color (decimal): -4542080 or 8434106. OLE color: 8434106.

HSL color Cylindrical-coordinate representation of color #BAB180: hue angle of 50.69º 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 #BAB180 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 128 -
CMYK 0 0.05 0.31 0.27
HSL 50.69º 0.3% 0.62% -
HSV(B) 50.69º 0.31% 0.73% -
XYZ 39.87 43.44 26.71 -
YUV 174.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 186 177 128 0 0.05 0.31 0.27 50.69 0.3 0.62
Hex BA B1 80 0 5 1F 1B 33 1E 3E
Octal 272 261 200 0 5 37 33 63 36 76
Binary 10111010 10110001 10000000 0 101 11111 11011 110011 11110 111110

Color Harmonies of #BAB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB180

Black with #BAB180

Text Example


Text Example

White with #BAB180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB180; }

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

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

background-color css

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

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

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

border-color css

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

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

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