Html Css Color HEX #BAB37E Ecru

📋 copy color: '#BAB37E'

red 186 ◦ green 179 ◦ blue 126

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

Shades of Ecru #BAB37E

Tints of Ecru #BAB37E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

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

R = 37.88%
G = 36.46%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB37E (or 0xBAB37E) is known color: Ecru. HEX triplet: BA, B3 and 7E. RGB value is (186,179,126). Sum of RGB (Red+Green+Blue) = 186+179+126=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB37E is #454C81. Grayscale: #AFAFAF. Windows color (decimal): -4541570 or 8303546. OLE color: 8303546.

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

Color convert

RGB 186 179 126 -
CMYK 0 0.04 0.32 0.27
HSL 53º 0.3% 0.61% -
HSV(B) 53º 0.32% 0.73% -
XYZ 40.14 44.19 26.15 -
YUV 175.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 186 179 126 0 0.04 0.32 0.27 53 0.3 0.61
Hex BA B3 7E 0 4 20 1B 35 1E 3D
Octal 272 263 176 0 4 40 33 65 36 75
Binary 10111010 10110011 1111110 0 100 100000 11011 110101 11110 111101

Color Harmonies of #BAB37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB37E

Black with #BAB37E

Text Example


Text Example

White with #BAB37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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