Html Css Color HEX #BAB081 Ecru

📋 copy color: '#BAB081'

red 186 ◦ green 176 ◦ blue 129

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

Shades of Ecru #BAB081

Tints of Ecru #BAB081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 129 (50.78% from 255) = 26.27%

R = 37.88%
G = 35.85%
B = 26.27%

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

#BAB081 (or 0xBAB081) is known color: Ecru. HEX triplet: BA, B0 and 81. RGB value is (186,176,129). Sum of RGB (Red+Green+Blue) = 186+176+129=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB081 is #454F7E. Grayscale: #ADADAD. Windows color (decimal): -4542335 or 8499386. OLE color: 8499386.

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

Color convert

RGB 186 176 129 -
CMYK 0 0.05 0.31 0.27
HSL 49.47º 0.29% 0.62% -
HSV(B) 49.47º 0.31% 0.73% -
XYZ 39.74 43.07 26.99 -
YUV 173.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 186 176 129 0 0.05 0.31 0.27 49.47 0.29 0.62
Hex BA B0 81 0 5 1F 1B 31 1D 3E
Octal 272 260 201 0 5 37 33 61 35 76
Binary 10111010 10110000 10000001 0 101 11111 11011 110001 11101 111110

Color Harmonies of #BAB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB081

Black with #BAB081

Text Example


Text Example

White with #BAB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB081; }

 p { color: rgb(186,176,129); }

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

background-color css

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

 a { background-color: rgb(186,176,129); }

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

border-color css

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

 span { border-color: rgb(186,176,129); }

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