Html Css Color HEX #BAB07E Ecru

📋 copy color: '#BAB07E'

red 186 ◦ green 176 ◦ blue 126

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

Shades of Ecru #BAB07E

Tints of Ecru #BAB07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.82%

R = 38.11%
G = 36.07%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB07E (or 0xBAB07E) is known color: Ecru. HEX triplet: BA, B0 and 7E. RGB value is (186,176,126). Sum of RGB (Red+Green+Blue) = 186+176+126=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB07E is #454F81. Grayscale: #ADADAD. Windows color (decimal): -4542338 or 8302778. OLE color: 8302778.

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

Color convert

RGB 186 176 126 -
CMYK 0 0.05 0.32 0.27
HSL 50º 0.3% 0.61% -
HSV(B) 50º 0.32% 0.73% -
XYZ 39.54 43 25.95 -
YUV 173.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 186 176 126 0 0.05 0.32 0.27 50 0.3 0.61
Hex BA B0 7E 0 5 20 1B 32 1E 3D
Octal 272 260 176 0 5 40 33 62 36 75
Binary 10111010 10110000 1111110 0 101 100000 11011 110010 11110 111101

Color Harmonies of #BAB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB07E

Black with #BAB07E

Text Example


Text Example

White with #BAB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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